Html Css Color HEX #D77E88 Charm

📋 copy color: '#D77E88'

red 215 ◦ green 126 ◦ blue 136

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

Shades of Charm #D77E88

Tints of Charm #D77E88

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.42%

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

R = 45.07%
G = 26.42%
B = 28.51%

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

#D77E88 (or 0xD77E88) is known color: Charm. HEX triplet: D7, 7E and 88. RGB value is (215,126,136). Sum of RGB (Red+Green+Blue) = 215+126+136=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77E88 is #288177. Grayscale: #999999. Windows color (decimal): -2654584 or 8945367. OLE color: 8945367.

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

Color convert

RGB 215 126 136 -
CMYK 0 0.41 0.37 0.16
HSL 353.26º 0.53% 0.67% -
HSV(B) 353.26º 0.41% 0.84% -
XYZ 39.93 31.15 27.2 -
YUV 153.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 215 126 136 0 0.41 0.37 0.16 353.26 0.53 0.67
Hex D7 7E 88 0 29 25 10 161 35 43
Octal 327 176 210 0 51 45 20 541 65 103
Binary 11010111 1111110 10001000 0 101001 100101 10000 101100001 110101 1000011

Color Harmonies of #D77E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E88

Black with #D77E88

Text Example


Text Example

White with #D77E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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