Html Css Color HEX #D05986 Cranberry

📋 copy color: '#D05986'

red 208 ◦ green 89 ◦ blue 134

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

Shades of Cranberry #D05986

Tints of Cranberry #D05986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.65%

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

R = 48.26%
G = 20.65%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D05986 (or 0xD05986) is known color: Cranberry. HEX triplet: D0, 59 and 86. RGB value is (208,89,134). Sum of RGB (Red+Green+Blue) = 208+89+134=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D05986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05986 is #2FA679. Grayscale: #818181. Windows color (decimal): -3122810 or 8804816. OLE color: 8804816.

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

Color convert

RGB 208 89 134 -
CMYK 0 0.57 0.36 0.18
HSL 337.31º 0.56% 0.58% -
HSV(B) 337.31º 0.57% 0.82% -
XYZ 33.89 22.28 25.07 -
YUV 129.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 208 89 134 0 0.57 0.36 0.18 337.31 0.56 0.58
Hex D0 59 86 0 39 24 12 151 38 3A
Octal 320 131 206 0 71 44 22 521 70 72
Binary 11010000 1011001 10000110 0 111001 100100 10010 101010001 111000 111010

Color Harmonies of #D05986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05986

Black with #D05986

Text Example


Text Example

White with #D05986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05986; }

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

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

background-color css

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

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

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

border-color css

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

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

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