Html Css Color HEX #D06684 Charm

📋 copy color: '#D06684'

red 208 ◦ green 102 ◦ blue 132

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

Shades of Charm #D06684

Tints of Charm #D06684

RGB

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

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

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

R = 47.06%
G = 23.08%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D06684 (or 0xD06684) is known color: Charm. HEX triplet: D0, 66 and 84. RGB value is (208,102,132). Sum of RGB (Red+Green+Blue) = 208+102+132=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D06684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06684 is #2F997B. Grayscale: #898989. Windows color (decimal): -3119484 or 8677072. OLE color: 8677072.

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

Color convert

RGB 208 102 132 -
CMYK 0 0.51 0.37 0.18
HSL 343.02º 0.53% 0.61% -
HSV(B) 343.02º 0.51% 0.82% -
XYZ 34.93 24.58 24.73 -
YUV 137.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 208 102 132 0 0.51 0.37 0.18 343.02 0.53 0.61
Hex D0 66 84 0 33 25 12 157 35 3D
Octal 320 146 204 0 63 45 22 527 65 75
Binary 11010000 1100110 10000100 0 110011 100101 10010 101010111 110101 111101

Color Harmonies of #D06684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06684

Black with #D06684

Text Example


Text Example

White with #D06684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06684; }

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

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

background-color css

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

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

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

border-color css

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

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

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