Html Css Color HEX #D06685 Charm

📋 copy color: '#D06685'

red 208 ◦ green 102 ◦ blue 133

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

Shades of Charm #D06685

Tints of Charm #D06685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.02%

 BLUE value IS 133 (52.34% from 255) = 30.02%

R = 46.95%
G = 23.02%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D06685 (or 0xD06685) is known color: Charm. HEX triplet: D0, 66 and 85. RGB value is (208,102,133). Sum of RGB (Red+Green+Blue) = 208+102+133=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D06685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06685 is #2F997A. Grayscale: #898989. Windows color (decimal): -3119483 or 8742608. OLE color: 8742608.

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

Color convert

RGB 208 102 133 -
CMYK 0 0.51 0.36 0.18
HSL 342.45º 0.53% 0.61% -
HSV(B) 342.45º 0.51% 0.82% -
XYZ 35 24.61 25.1 -
YUV 137.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 208 102 133 0 0.51 0.36 0.18 342.45 0.53 0.61
Hex D0 66 85 0 33 24 12 156 35 3D
Octal 320 146 205 0 63 44 22 526 65 75
Binary 11010000 1100110 10000101 0 110011 100100 10010 101010110 110101 111101

Color Harmonies of #D06685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06685

Black with #D06685

Text Example


Text Example

White with #D06685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06685; }

 p { color: rgb(208,102,133); }

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

background-color css

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

 a { background-color: rgb(208,102,133); }

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

border-color css

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

 span { border-color: rgb(208,102,133); }

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