Html Css Color HEX #D77D87 Charm

📋 copy color: '#D77D87'

red 215 ◦ green 125 ◦ blue 135

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

Shades of Charm #D77D87

Tints of Charm #D77D87

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.32%

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

R = 45.26%
G = 26.32%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D77D87 (or 0xD77D87) is known color: Charm. HEX triplet: D7, 7D and 87. RGB value is (215,125,135). Sum of RGB (Red+Green+Blue) = 215+125+135=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D87 is #288278. Grayscale: #999999. Windows color (decimal): -2654841 or 8879575. OLE color: 8879575.

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

Color convert

RGB 215 125 135 -
CMYK 0 0.42 0.37 0.16
HSL 353.33º 0.53% 0.67% -
HSV(B) 353.33º 0.42% 0.84% -
XYZ 39.73 30.86 26.78 -
YUV 153.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 215 125 135 0 0.42 0.37 0.16 353.33 0.53 0.67
Hex D7 7D 87 0 2A 25 10 161 35 43
Octal 327 175 207 0 52 45 20 541 65 103
Binary 11010111 1111101 10000111 0 101010 100101 10000 101100001 110101 1000011

Color Harmonies of #D77D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D87

Black with #D77D87

Text Example


Text Example

White with #D77D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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