Html Css Color HEX #D77D90 Charm

📋 copy color: '#D77D90'

red 215 ◦ green 125 ◦ blue 144

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

Shades of Charm #D77D90

Tints of Charm #D77D90

RGB

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

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

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

R = 44.42%
G = 25.83%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D77D90 (or 0xD77D90) is known color: Charm. HEX triplet: D7, 7D and 90. RGB value is (215,125,144). Sum of RGB (Red+Green+Blue) = 215+125+144=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D90 is #28826F. Grayscale: #9A9A9A. Windows color (decimal): -2654832 or 9469399. OLE color: 9469399.

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

Color convert

RGB 215 125 144 -
CMYK 0 0.42 0.33 0.16
HSL 347.33º 0.53% 0.67% -
HSV(B) 347.33º 0.42% 0.84% -
XYZ 40.39 31.13 30.26 -
YUV 154.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 215 125 144 0 0.42 0.33 0.16 347.33 0.53 0.67
Hex D7 7D 90 0 2A 21 10 15B 35 43
Octal 327 175 220 0 52 41 20 533 65 103
Binary 11010111 1111101 10010000 0 101010 100001 10000 101011011 110101 1000011

Color Harmonies of #D77D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D90

Black with #D77D90

Text Example


Text Example

White with #D77D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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