Html Css Color HEX #D77A8E Charm

📋 copy color: '#D77A8E'

red 215 ◦ green 122 ◦ blue 142

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

Shades of Charm #D77A8E

Tints of Charm #D77A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 44.89%
G = 25.47%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D77A8E (or 0xD77A8E) is known color: Charm. HEX triplet: D7, 7A and 8E. RGB value is (215,122,142). Sum of RGB (Red+Green+Blue) = 215+122+142=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A8E is #288571. Grayscale: #989898. Windows color (decimal): -2655602 or 9337559. OLE color: 9337559.

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

Color convert

RGB 215 122 142 -
CMYK 0 0.43 0.34 0.16
HSL 347.1º 0.54% 0.66% -
HSV(B) 347.1º 0.43% 0.84% -
XYZ 39.87 30.32 29.34 -
YUV 152.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 215 122 142 0 0.43 0.34 0.16 347.1 0.54 0.66
Hex D7 7A 8E 0 2B 22 10 15B 36 42
Octal 327 172 216 0 53 42 20 533 66 102
Binary 11010111 1111010 10001110 0 101011 100010 10000 101011011 110110 1000010

Color Harmonies of #D77A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A8E

Black with #D77A8E

Text Example


Text Example

White with #D77A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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