Html Css Color HEX #D77E90 Charm

📋 copy color: '#D77E90'

red 215 ◦ green 126 ◦ blue 144

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

Shades of Charm #D77E90

Tints of Charm #D77E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.69%

R = 44.33%
G = 25.98%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D77E90 (or 0xD77E90) is known color: Charm. HEX triplet: D7, 7E and 90. RGB value is (215,126,144). Sum of RGB (Red+Green+Blue) = 215+126+144=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77E90 is #28816F. Grayscale: #9A9A9A. Windows color (decimal): -2654576 or 9469655. OLE color: 9469655.

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

Color convert

RGB 215 126 144 -
CMYK 0 0.41 0.33 0.16
HSL 347.87º 0.53% 0.67% -
HSV(B) 347.87º 0.41% 0.84% -
XYZ 40.52 31.38 30.31 -
YUV 154.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 215 126 144 0 0.41 0.33 0.16 347.87 0.53 0.67
Hex D7 7E 90 0 29 21 10 15C 35 43
Octal 327 176 220 0 51 41 20 534 65 103
Binary 11010111 1111110 10010000 0 101001 100001 10000 101011100 110101 1000011

Color Harmonies of #D77E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E90

Black with #D77E90

Text Example


Text Example

White with #D77E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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