Html Css Color HEX #D77F8F Charm

📋 copy color: '#D77F8F'

red 215 ◦ green 127 ◦ blue 143

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

Shades of Charm #D77F8F

Tints of Charm #D77F8F

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

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

R = 44.33%
G = 26.19%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D77F8F (or 0xD77F8F) is known color: Charm. HEX triplet: D7, 7F and 8F. RGB value is (215,127,143). Sum of RGB (Red+Green+Blue) = 215+127+143=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F8F is #288070. Grayscale: #9B9B9B. Windows color (decimal): -2654321 or 9404375. OLE color: 9404375.

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

Color convert

RGB 215 127 143 -
CMYK 0 0.41 0.33 0.16
HSL 349.09º 0.52% 0.67% -
HSV(B) 349.09º 0.41% 0.84% -
XYZ 40.57 31.61 29.95 -
YUV 155.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 215 127 143 0 0.41 0.33 0.16 349.09 0.52 0.67
Hex D7 7F 8F 0 29 21 10 15D 34 43
Octal 327 177 217 0 51 41 20 535 64 103
Binary 11010111 1111111 10001111 0 101001 100001 10000 101011101 110100 1000011

Color Harmonies of #D77F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F8F

Black with #D77F8F

Text Example


Text Example

White with #D77F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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