Html Css Color HEX #D77A8F Charm

📋 copy color: '#D77A8F'

red 215 ◦ green 122 ◦ blue 143

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

Shades of Charm #D77A8F

Tints of Charm #D77A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.79%

R = 44.79%
G = 25.42%
B = 29.79%

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

#D77A8F (or 0xD77A8F) is known color: Charm. HEX triplet: D7, 7A and 8F. RGB value is (215,122,143). Sum of RGB (Red+Green+Blue) = 215+122+143=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A8F is #288570. Grayscale: #989898. Windows color (decimal): -2655601 or 9403095. OLE color: 9403095.

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

Color convert

RGB 215 122 143 -
CMYK 0 0.43 0.33 0.16
HSL 346.45º 0.54% 0.66% -
HSV(B) 346.45º 0.43% 0.84% -
XYZ 39.94 30.35 29.74 -
YUV 152.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 215 122 143 0 0.43 0.33 0.16 346.45 0.54 0.66
Hex D7 7A 8F 0 2B 21 10 15A 36 42
Octal 327 172 217 0 53 41 20 532 66 102
Binary 11010111 1111010 10001111 0 101011 100001 10000 101011010 110110 1000010

Color Harmonies of #D77A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A8F

Black with #D77A8F

Text Example


Text Example

White with #D77A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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