Html Css Color HEX #D76A87 Charm

📋 copy color: '#D76A87'

red 215 ◦ green 106 ◦ blue 135

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

Shades of Charm #D76A87

Tints of Charm #D76A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.25%

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

R = 47.15%
G = 23.25%
B = 29.61%

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

#D76A87 (or 0xD76A87) is known color: Charm. HEX triplet: D7, 6A and 87. RGB value is (215,106,135). Sum of RGB (Red+Green+Blue) = 215+106+135=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76A87 is #289578. Grayscale: #8D8D8D. Windows color (decimal): -2659705 or 8874711. OLE color: 8874711.

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

Color convert

RGB 215 106 135 -
CMYK 0 0.51 0.37 0.16
HSL 344.04º 0.58% 0.63% -
HSV(B) 344.04º 0.51% 0.84% -
XYZ 37.55 26.5 26.06 -
YUV 141.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 215 106 135 0 0.51 0.37 0.16 344.04 0.58 0.63
Hex D7 6A 87 0 33 25 10 158 3A 3F
Octal 327 152 207 0 63 45 20 530 72 77
Binary 11010111 1101010 10000111 0 110011 100101 10000 101011000 111010 111111

Color Harmonies of #D76A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A87

Black with #D76A87

Text Example


Text Example

White with #D76A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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