Html Css Color HEX #D77990 Charm

📋 copy color: '#D77990'

red 215 ◦ green 121 ◦ blue 144

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

Shades of Charm #D77990

Tints of Charm #D77990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.21%

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

R = 44.79%
G = 25.21%
B = 30%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D77990 (or 0xD77990) is known color: Charm. HEX triplet: D7, 79 and 90. RGB value is (215,121,144). Sum of RGB (Red+Green+Blue) = 215+121+144=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D77990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77990 is #28866F. Grayscale: #979797. Windows color (decimal): -2655856 or 9468375. OLE color: 9468375.

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

Color convert

RGB 215 121 144 -
CMYK 0 0.44 0.33 0.16
HSL 345.32º 0.54% 0.66% -
HSV(B) 345.32º 0.44% 0.84% -
XYZ 39.9 30.14 30.1 -
YUV 151.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 215 121 144 0 0.44 0.33 0.16 345.32 0.54 0.66
Hex D7 79 90 0 2C 21 10 159 36 42
Octal 327 171 220 0 54 41 20 531 66 102
Binary 11010111 1111001 10010000 0 101100 100001 10000 101011001 110110 1000010

Color Harmonies of #D77990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77990

Black with #D77990

Text Example


Text Example

White with #D77990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77990; }

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

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

background-color css

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

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

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

border-color css

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

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

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