Html Css Color HEX #D76E87 Charm

📋 copy color: '#D76E87'

red 215 ◦ green 110 ◦ blue 135

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

Shades of Charm #D76E87

Tints of Charm #D76E87

RGB

 RED value IS 215 (84.38% from 255) = 46.74%

 GREEN value IS 110 (43.36% from 255) = 23.91%

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

R = 46.74%
G = 23.91%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D76E87 (or 0xD76E87) is known color: Charm. HEX triplet: D7, 6E and 87. RGB value is (215,110,135). Sum of RGB (Red+Green+Blue) = 215+110+135=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E87 is #289178. Grayscale: #909090. Windows color (decimal): -2658681 or 8875735. OLE color: 8875735.

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

Color convert

RGB 215 110 135 -
CMYK 0 0.49 0.37 0.16
HSL 345.71º 0.57% 0.64% -
HSV(B) 345.71º 0.49% 0.84% -
XYZ 37.97 27.35 26.2 -
YUV 144.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 215 110 135 0 0.49 0.37 0.16 345.71 0.57 0.64
Hex D7 6E 87 0 31 25 10 15A 39 40
Octal 327 156 207 0 61 45 20 532 71 100
Binary 11010111 1101110 10000111 0 110001 100101 10000 101011010 111001 1000000

Color Harmonies of #D76E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E87

Black with #D76E87

Text Example


Text Example

White with #D76E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E87; }

 p { color: rgb(215,110,135); }

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

background-color css

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

 a { background-color: rgb(215,110,135); }

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

border-color css

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

 span { border-color: rgb(215,110,135); }

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