Html Css Color HEX #D77C8F Charm

📋 copy color: '#D77C8F'

red 215 ◦ green 124 ◦ blue 143

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

Shades of Charm #D77C8F

Tints of Charm #D77C8F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

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

R = 44.61%
G = 25.73%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D77C8F (or 0xD77C8F) is known color: Charm. HEX triplet: D7, 7C and 8F. RGB value is (215,124,143). Sum of RGB (Red+Green+Blue) = 215+124+143=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C8F is #288370. Grayscale: #999999. Windows color (decimal): -2655089 or 9403607. OLE color: 9403607.

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

Color convert

RGB 215 124 143 -
CMYK 0 0.42 0.33 0.16
HSL 347.47º 0.53% 0.66% -
HSV(B) 347.47º 0.42% 0.84% -
XYZ 40.19 30.85 29.82 -
YUV 153.38 122.15 171.96 -
System Red Green Blue C M Y K H S L
Decimal 215 124 143 0 0.42 0.33 0.16 347.47 0.53 0.66
Hex D7 7C 8F 0 2A 21 10 15B 35 42
Octal 327 174 217 0 52 41 20 533 65 102
Binary 11010111 1111100 10001111 0 101010 100001 10000 101011011 110101 1000010

Color Harmonies of #D77C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C8F

Black with #D77C8F

Text Example


Text Example

White with #D77C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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