Html Css Color HEX #D66887 Charm

📋 copy color: '#D66887'

red 214 ◦ green 104 ◦ blue 135

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

Shades of Charm #D66887

Tints of Charm #D66887

RGB

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

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

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

R = 47.24%
G = 22.96%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D66887 (or 0xD66887) is known color: Charm. HEX triplet: D6, 68 and 87. RGB value is (214,104,135). Sum of RGB (Red+Green+Blue) = 214+104+135=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D66887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66887 is #299778. Grayscale: #8C8C8C. Windows color (decimal): -2725753 or 8874198. OLE color: 8874198.

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

Color convert

RGB 214 104 135 -
CMYK 0 0.51 0.37 0.16
HSL 343.09º 0.57% 0.62% -
HSV(B) 343.09º 0.51% 0.84% -
XYZ 37.06 25.95 25.98 -
YUV 140.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 214 104 135 0 0.51 0.37 0.16 343.09 0.57 0.62
Hex D6 68 87 0 33 25 10 157 39 3E
Octal 326 150 207 0 63 45 20 527 71 76
Binary 11010110 1101000 10000111 0 110011 100101 10000 101010111 111001 111110

Color Harmonies of #D66887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66887

Black with #D66887

Text Example


Text Example

White with #D66887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66887; }

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

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

background-color css

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

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

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

border-color css

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

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

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