Html Css Color HEX #D77A8A Charm

📋 copy color: '#D77A8A'

red 215 ◦ green 122 ◦ blue 138

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

Shades of Charm #D77A8A

Tints of Charm #D77A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.05%

R = 45.26%
G = 25.68%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D77A8A (or 0xD77A8A) is known color: Charm. HEX triplet: D7, 7A and 8A. RGB value is (215,122,138). Sum of RGB (Red+Green+Blue) = 215+122+138=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A8A is #288575. Grayscale: #979797. Windows color (decimal): -2655606 or 9075415. OLE color: 9075415.

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

Color convert

RGB 215 122 138 -
CMYK 0 0.43 0.36 0.16
HSL 349.68º 0.54% 0.66% -
HSV(B) 349.68º 0.43% 0.84% -
XYZ 39.57 30.2 27.79 -
YUV 151.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 215 122 138 0 0.43 0.36 0.16 349.68 0.54 0.66
Hex D7 7A 8A 0 2B 24 10 15E 36 42
Octal 327 172 212 0 53 44 20 536 66 102
Binary 11010111 1111010 10001010 0 101011 100100 10000 101011110 110110 1000010

Color Harmonies of #D77A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A8A

Black with #D77A8A

Text Example


Text Example

White with #D77A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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