Html Css Color HEX #D77A91 Charm

📋 copy color: '#D77A91'

red 215 ◦ green 122 ◦ blue 145

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

Shades of Charm #D77A91

Tints of Charm #D77A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 44.61%
G = 25.31%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D77A91 (or 0xD77A91) is known color: Charm. HEX triplet: D7, 7A and 91. RGB value is (215,122,145). Sum of RGB (Red+Green+Blue) = 215+122+145=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A91 is #28856E. Grayscale: #989898. Windows color (decimal): -2655599 or 9534167. OLE color: 9534167.

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

Color convert

RGB 215 122 145 -
CMYK 0 0.43 0.33 0.16
HSL 345.16º 0.54% 0.66% -
HSV(B) 345.16º 0.43% 0.84% -
XYZ 40.09 30.41 30.54 -
YUV 152.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 215 122 145 0 0.43 0.33 0.16 345.16 0.54 0.66
Hex D7 7A 91 0 2B 21 10 159 36 42
Octal 327 172 221 0 53 41 20 531 66 102
Binary 11010111 1111010 10010001 0 101011 100001 10000 101011001 110110 1000010

Color Harmonies of #D77A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A91

Black with #D77A91

Text Example


Text Example

White with #D77A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A91; }

 p { color: rgb(215,122,145); }

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

background-color css

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

 a { background-color: rgb(215,122,145); }

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

border-color css

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

 span { border-color: rgb(215,122,145); }

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