Html Css Color HEX #D66486 Charm

📋 copy color: '#D66486'

red 214 ◦ green 100 ◦ blue 134

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

Shades of Charm #D66486

Tints of Charm #D66486

RGB

 RED value IS 214 (83.98% from 255) = 47.77%

 GREEN value IS 100 (39.45% from 255) = 22.32%

 BLUE value IS 134 (52.73% from 255) = 29.91%

R = 47.77%
G = 22.32%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D66486 (or 0xD66486) is known color: Charm. HEX triplet: D6, 64 and 86. RGB value is (214,100,134). Sum of RGB (Red+Green+Blue) = 214+100+134=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D66486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66486 is #299B79. Grayscale: #898989. Windows color (decimal): -2726778 or 8807638. OLE color: 8807638.

HSL color Cylindrical-coordinate representation of color #D66486: hue angle of 342.11º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66486 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 134 -
CMYK 0 0.53 0.37 0.16
HSL 342.11º 0.58% 0.62% -
HSV(B) 342.11º 0.53% 0.84% -
XYZ 36.59 25.13 25.48 -
YUV 137.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 214 100 134 0 0.53 0.37 0.16 342.11 0.58 0.62
Hex D6 64 86 0 35 25 10 156 3A 3E
Octal 326 144 206 0 65 45 20 526 72 76
Binary 11010110 1100100 10000110 0 110101 100101 10000 101010110 111010 111110

Color Harmonies of #D66486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66486

Black with #D66486

Text Example


Text Example

White with #D66486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66486; }

 p { color: rgb(214,100,134); }

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

background-color css

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

 a { background-color: rgb(214,100,134); }

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

border-color css

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

 span { border-color: rgb(214,100,134); }

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