Html Css Color HEX #D77F87 Charm

📋 copy color: '#D77F87'

red 215 ◦ green 127 ◦ blue 135

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

Shades of Charm #D77F87

Tints of Charm #D77F87

RGB

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

 GREEN value IS 127 (50% from 255) = 26.62%

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

R = 45.07%
G = 26.62%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D77F87 (or 0xD77F87) is known color: Charm. HEX triplet: D7, 7F and 87. RGB value is (215,127,135). Sum of RGB (Red+Green+Blue) = 215+127+135=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F87 is #288078. Grayscale: #9A9A9A. Windows color (decimal): -2654329 or 8880087. OLE color: 8880087.

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

Color convert

RGB 215 127 135 -
CMYK 0 0.41 0.37 0.16
HSL 354.55º 0.52% 0.67% -
HSV(B) 354.55º 0.41% 0.84% -
XYZ 39.99 31.38 26.87 -
YUV 154.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 215 127 135 0 0.41 0.37 0.16 354.55 0.52 0.67
Hex D7 7F 87 0 29 25 10 163 34 43
Octal 327 177 207 0 51 45 20 543 64 103
Binary 11010111 1111111 10000111 0 101001 100101 10000 101100011 110100 1000011

Color Harmonies of #D77F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F87

Black with #D77F87

Text Example


Text Example

White with #D77F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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