Html Css Color HEX #D77C90 Charm

📋 copy color: '#D77C90'

red 215 ◦ green 124 ◦ blue 144

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

Shades of Charm #D77C90

Tints of Charm #D77C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.67%

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

R = 44.51%
G = 25.67%
B = 29.81%

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

#D77C90 (or 0xD77C90) is known color: Charm. HEX triplet: D7, 7C and 90. RGB value is (215,124,144). Sum of RGB (Red+Green+Blue) = 215+124+144=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C90 is #28836F. Grayscale: #999999. Windows color (decimal): -2655088 or 9469143. OLE color: 9469143.

HSL color Cylindrical-coordinate representation of color #D77C90: hue angle of 346.81º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77C90 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 124 144 -
CMYK 0 0.42 0.33 0.16
HSL 346.81º 0.53% 0.66% -
HSV(B) 346.81º 0.42% 0.84% -
XYZ 40.27 30.88 30.22 -
YUV 153.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 215 124 144 0 0.42 0.33 0.16 346.81 0.53 0.66
Hex D7 7C 90 0 2A 21 10 15B 35 42
Octal 327 174 220 0 52 41 20 533 65 102
Binary 11010111 1111100 10010000 0 101010 100001 10000 101011011 110101 1000010

Color Harmonies of #D77C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C90

Black with #D77C90

Text Example


Text Example

White with #D77C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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