Html Css Color HEX #D05786 Cranberry

📋 copy color: '#D05786'

red 208 ◦ green 87 ◦ blue 134

#D05786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D05786

Tints of Cranberry #D05786

RGB

 RED value IS 208 (81.64% from 255) = 48.48%

 GREEN value IS 87 (34.38% from 255) = 20.28%

 BLUE value IS 134 (52.73% from 255) = 31.24%

R = 48.48%
G = 20.28%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D05786 (or 0xD05786) is known color: Cranberry. HEX triplet: D0, 57 and 86. RGB value is (208,87,134). Sum of RGB (Red+Green+Blue) = 208+87+134=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D05786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05786 is #2FA879. Grayscale: #808080. Windows color (decimal): -3123322 or 8804304. OLE color: 8804304.

HSL color Cylindrical-coordinate representation of color #D05786: hue angle of 336.69º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05786 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 87 134 -
CMYK 0 0.58 0.36 0.18
HSL 336.69º 0.56% 0.58% -
HSV(B) 336.69º 0.58% 0.82% -
XYZ 33.72 21.95 25.01 -
YUV 128.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 208 87 134 0 0.58 0.36 0.18 336.69 0.56 0.58
Hex D0 57 86 0 3A 24 12 151 38 3A
Octal 320 127 206 0 72 44 22 521 70 72
Binary 11010000 1010111 10000110 0 111010 100100 10010 101010001 111000 111010

Color Harmonies of #D05786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05786

Black with #D05786

Text Example


Text Example

White with #D05786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05786; }

 p { color: rgb(208,87,134); }

 H1.HeaderClassName
 {
   color: #D05786;
 }
 .AnyTagClassName
 {
   color: #D05786;
 }
</style>

background-color css

<style>
 a { background-color: #D05786; }

 a { background-color: rgb(208,87,134); }

 div.DivClassName
 {
   background-color: #D05786;
 }
 .BgClassName
 {
   background-color: #D05786;
 }
</style>

border-color css

<style>
 span { border-color: #D05786; }

 span { border-color: rgb(208,87,134); }

 td.TdClassName
 {
   border-color: #D05786;
 }
 .TagClassName
 {
   border-color: #D05786;
 }
</style>