Html Css Color HEX #D06885 Charm

📋 copy color: '#D06885'

red 208 ◦ green 104 ◦ blue 133

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

Shades of Charm #D06885

Tints of Charm #D06885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.37%

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

R = 46.74%
G = 23.37%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D06885 (or 0xD06885) is known color: Charm. HEX triplet: D0, 68 and 85. RGB value is (208,104,133). Sum of RGB (Red+Green+Blue) = 208+104+133=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D06885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06885 is #2F977A. Grayscale: #8A8A8A. Windows color (decimal): -3118971 or 8743120. OLE color: 8743120.

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

Color convert

RGB 208 104 133 -
CMYK 0 0.5 0.36 0.18
HSL 343.27º 0.53% 0.61% -
HSV(B) 343.27º 0.5% 0.82% -
XYZ 35.2 25 25.16 -
YUV 138.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 208 104 133 0 0.5 0.36 0.18 343.27 0.53 0.61
Hex D0 68 85 0 32 24 12 157 35 3D
Octal 320 150 205 0 62 44 22 527 65 75
Binary 11010000 1101000 10000101 0 110010 100100 10010 101010111 110101 111101

Color Harmonies of #D06885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06885

Black with #D06885

Text Example


Text Example

White with #D06885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06885; }

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

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

background-color css

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

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

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

border-color css

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

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

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