Html Css Color HEX #D06082 Cranberry

📋 copy color: '#D06082'

red 208 ◦ green 96 ◦ blue 130

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

Shades of Cranberry #D06082

Tints of Cranberry #D06082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.95%

R = 47.93%
G = 22.12%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D06082 (or 0xD06082) is known color: Cranberry. HEX triplet: D0, 60 and 82. RGB value is (208,96,130). Sum of RGB (Red+Green+Blue) = 208+96+130=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D06082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06082 is #2F9F7D. Grayscale: #858585. Windows color (decimal): -3121022 or 8544464. OLE color: 8544464.

HSL color Cylindrical-coordinate representation of color #D06082: hue angle of 341.79º 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 #D06082 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 130 -
CMYK 0 0.54 0.38 0.18
HSL 341.79º 0.54% 0.6% -
HSV(B) 341.79º 0.54% 0.82% -
XYZ 34.22 23.39 23.83 -
YUV 133.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 208 96 130 0 0.54 0.38 0.18 341.79 0.54 0.6
Hex D0 60 82 0 36 26 12 156 36 3C
Octal 320 140 202 0 66 46 22 526 66 74
Binary 11010000 1100000 10000010 0 110110 100110 10010 101010110 110110 111100

Color Harmonies of #D06082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06082

Black with #D06082

Text Example


Text Example

White with #D06082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06082; }

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

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

background-color css

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

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

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

border-color css

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

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

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