Html Css Color HEX #D06083 Cranberry

📋 copy color: '#D06083'

red 208 ◦ green 96 ◦ blue 131

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

Shades of Cranberry #D06083

Tints of Cranberry #D06083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.07%

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 47.82%
G = 22.07%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D06083 (or 0xD06083) is known color: Cranberry. HEX triplet: D0, 60 and 83. RGB value is (208,96,131). Sum of RGB (Red+Green+Blue) = 208+96+131=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D06083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06083 is #2F9F7C. Grayscale: #858585. Windows color (decimal): -3121021 or 8610000. OLE color: 8610000.

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

Color convert

RGB 208 96 131 -
CMYK 0 0.54 0.37 0.18
HSL 341.25º 0.54% 0.6% -
HSV(B) 341.25º 0.54% 0.82% -
XYZ 34.29 23.41 24.18 -
YUV 133.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 208 96 131 0 0.54 0.37 0.18 341.25 0.54 0.6
Hex D0 60 83 0 36 25 12 155 36 3C
Octal 320 140 203 0 66 45 22 525 66 74
Binary 11010000 1100000 10000011 0 110110 100101 10010 101010101 110110 111100

Color Harmonies of #D06083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06083

Black with #D06083

Text Example


Text Example

White with #D06083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06083; }

 p { color: rgb(208,96,131); }

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

background-color css

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

 a { background-color: rgb(208,96,131); }

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

border-color css

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

 span { border-color: rgb(208,96,131); }

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