Html Css Color HEX #D05686 Cranberry

📋 copy color: '#D05686'

red 208 ◦ green 86 ◦ blue 134

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

Shades of Cranberry #D05686

Tints of Cranberry #D05686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.09%

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

R = 48.6%
G = 20.09%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D05686 (or 0xD05686) is known color: Cranberry. HEX triplet: D0, 56 and 86. RGB value is (208,86,134). Sum of RGB (Red+Green+Blue) = 208+86+134=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D05686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05686 is #2FA979. Grayscale: #7F7F7F. Windows color (decimal): -3123578 or 8804048. OLE color: 8804048.

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

Color convert

RGB 208 86 134 -
CMYK 0 0.59 0.36 0.18
HSL 336.39º 0.56% 0.58% -
HSV(B) 336.39º 0.59% 0.82% -
XYZ 33.64 21.79 24.99 -
YUV 127.95 131.42 185.1 -
System Red Green Blue C M Y K H S L
Decimal 208 86 134 0 0.59 0.36 0.18 336.39 0.56 0.58
Hex D0 56 86 0 3B 24 12 150 38 3A
Octal 320 126 206 0 73 44 22 520 70 72
Binary 11010000 1010110 10000110 0 111011 100100 10010 101010000 111000 111010

Color Harmonies of #D05686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05686

Black with #D05686

Text Example


Text Example

White with #D05686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05686; }

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

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

background-color css

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

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

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

border-color css

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

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

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