Html Css Color HEX #D06182 Charm

📋 copy color: '#D06182'

red 208 ◦ green 97 ◦ blue 130

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

Shades of Charm #D06182

Tints of Charm #D06182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.3%

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

R = 47.82%
G = 22.3%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D06182 (or 0xD06182) is known color: Charm. HEX triplet: D0, 61 and 82. RGB value is (208,97,130). Sum of RGB (Red+Green+Blue) = 208+97+130=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D06182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06182 is #2F9E7D. Grayscale: #858585. Windows color (decimal): -3120766 or 8544720. OLE color: 8544720.

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

Color convert

RGB 208 97 130 -
CMYK 0 0.53 0.38 0.18
HSL 342.16º 0.54% 0.6% -
HSV(B) 342.16º 0.53% 0.82% -
XYZ 34.32 23.57 23.86 -
YUV 133.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 208 97 130 0 0.53 0.38 0.18 342.16 0.54 0.6
Hex D0 61 82 0 35 26 12 156 36 3C
Octal 320 141 202 0 65 46 22 526 66 74
Binary 11010000 1100001 10000010 0 110101 100110 10010 101010110 110110 111100

Color Harmonies of #D06182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06182

Black with #D06182

Text Example


Text Example

White with #D06182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06182; }

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

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

background-color css

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

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

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

border-color css

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

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

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