Html Css Color HEX #D66F87 Charm

📋 copy color: '#D66F87'

red 214 ◦ green 111 ◦ blue 135

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

Shades of Charm #D66F87

Tints of Charm #D66F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.13%

 BLUE value IS 135 (53.13% from 255) = 29.35%

R = 46.52%
G = 24.13%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D66F87 (or 0xD66F87) is known color: Charm. HEX triplet: D6, 6F and 87. RGB value is (214,111,135). Sum of RGB (Red+Green+Blue) = 214+111+135=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F87 is #299078. Grayscale: #909090. Windows color (decimal): -2723961 or 8875990. OLE color: 8875990.

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

Color convert

RGB 214 111 135 -
CMYK 0 0.48 0.37 0.16
HSL 346.02º 0.56% 0.64% -
HSV(B) 346.02º 0.48% 0.84% -
XYZ 37.79 27.41 26.22 -
YUV 144.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 214 111 135 0 0.48 0.37 0.16 346.02 0.56 0.64
Hex D6 6F 87 0 30 25 10 15A 38 40
Octal 326 157 207 0 60 45 20 532 70 100
Binary 11010110 1101111 10000111 0 110000 100101 10000 101011010 111000 1000000

Color Harmonies of #D66F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F87

Black with #D66F87

Text Example


Text Example

White with #D66F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F87; }

 p { color: rgb(214,111,135); }

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

background-color css

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

 a { background-color: rgb(214,111,135); }

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

border-color css

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

 span { border-color: rgb(214,111,135); }

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