Html Css Color HEX #D06884 Charm

📋 copy color: '#D06884'

red 208 ◦ green 104 ◦ blue 132

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

Shades of Charm #D06884

Tints of Charm #D06884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.73%

R = 46.85%
G = 23.42%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D06884 (or 0xD06884) is known color: Charm. HEX triplet: D0, 68 and 84. RGB value is (208,104,132). Sum of RGB (Red+Green+Blue) = 208+104+132=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D06884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06884 is #2F977B. Grayscale: #8A8A8A. Windows color (decimal): -3118972 or 8677584. OLE color: 8677584.

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

Color convert

RGB 208 104 132 -
CMYK 0 0.5 0.37 0.18
HSL 343.85º 0.53% 0.61% -
HSV(B) 343.85º 0.5% 0.82% -
XYZ 35.13 24.98 24.8 -
YUV 138.29 124.46 177.72 -
System Red Green Blue C M Y K H S L
Decimal 208 104 132 0 0.5 0.37 0.18 343.85 0.53 0.61
Hex D0 68 84 0 32 25 12 158 35 3D
Octal 320 150 204 0 62 45 22 530 65 75
Binary 11010000 1101000 10000100 0 110010 100101 10010 101011000 110101 111101

Color Harmonies of #D06884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06884

Black with #D06884

Text Example


Text Example

White with #D06884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06884; }

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

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

background-color css

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

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

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

border-color css

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

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

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