Html Css Color HEX #D06881 Charm

📋 copy color: '#D06881'

red 208 ◦ green 104 ◦ blue 129

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

Shades of Charm #D06881

Tints of Charm #D06881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.25%

R = 47.17%
G = 23.58%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D06881 (or 0xD06881) is known color: Charm. HEX triplet: D0, 68 and 81. RGB value is (208,104,129). Sum of RGB (Red+Green+Blue) = 208+104+129=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D06881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06881 is #2F977E. Grayscale: #898989. Windows color (decimal): -3118975 or 8480976. OLE color: 8480976.

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

Color convert

RGB 208 104 129 -
CMYK 0 0.5 0.38 0.18
HSL 345.58º 0.53% 0.61% -
HSV(B) 345.58º 0.5% 0.82% -
XYZ 34.93 24.9 23.73 -
YUV 137.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 208 104 129 0 0.5 0.38 0.18 345.58 0.53 0.61
Hex D0 68 81 0 32 26 12 15A 35 3D
Octal 320 150 201 0 62 46 22 532 65 75
Binary 11010000 1101000 10000001 0 110010 100110 10010 101011010 110101 111101

Color Harmonies of #D06881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06881

Black with #D06881

Text Example


Text Example

White with #D06881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06881; }

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

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

background-color css

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

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

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

border-color css

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

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

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