#D7808F

Color #D7808F Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D7808F

Tints of Charm #D7808F

Color information

#D7808F (or 0xD7808F) is unknown color: approx Charm. HEX triplet: D7, 80 and 8F. RGB value is (215,128,143). Sum of RGB (Red+Green+Blue) = 215+128+143=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D7808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7808F is #287F70. Grayscale: #9B9B9B. Windows color (decimal): -2654065 or 9404631. OLE color: 9404631.

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

Color convert

RGB215128143-
CMYK00.400.330.16
HSL349.66º52.1%67.25%-
HSV(B)349.66º40.47%84.31%-
XYZ40.731.8729.99-
YUV155.72120.82170.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.24%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=44.24%
G=26.34%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512814300.400.330.16349.6652.167.25
HexD7808F028211015e3443
Octal327200217050412053664103
Binary1101011110000000100011110101000100001100001010111101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7808F; }

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

 H1.HeaderClassName
 {
   color: #D7808F;
 }
 .AnyTagClassName
 {
   color: #D7808F;
 }
</style>
background-color css

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

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

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

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

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

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