Html Css Color HEX #D77F88 Charm

📋 copy color: '#D77F88'

red 215 ◦ green 127 ◦ blue 136

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

Shades of Charm #D77F88

Tints of Charm #D77F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.45%

R = 44.98%
G = 26.57%
B = 28.45%

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

#D77F88 (or 0xD77F88) is known color: Charm. HEX triplet: D7, 7F and 88. RGB value is (215,127,136). Sum of RGB (Red+Green+Blue) = 215+127+136=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F88 is #288077. Grayscale: #9A9A9A. Windows color (decimal): -2654328 or 8945623. OLE color: 8945623.

HSL color Cylindrical-coordinate representation of color #D77F88: hue angle of 353.86º 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 #D77F88 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 127 136 -
CMYK 0 0.41 0.37 0.16
HSL 353.86º 0.52% 0.67% -
HSV(B) 353.86º 0.41% 0.84% -
XYZ 40.06 31.4 27.24 -
YUV 154.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 215 127 136 0 0.41 0.37 0.16 353.86 0.52 0.67
Hex D7 7F 88 0 29 25 10 162 34 43
Octal 327 177 210 0 51 45 20 542 64 103
Binary 11010111 1111111 10001000 0 101001 100101 10000 101100010 110100 1000011

Color Harmonies of #D77F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F88

Black with #D77F88

Text Example


Text Example

White with #D77F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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