#D5788E

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

Shades of Charm #D5788E

Tints of Charm #D5788E

Color information

#D5788E (or 0xD5788E) is unknown color: approx Charm. HEX triplet: D5, 78 and 8E. RGB value is (213,120,142). Sum of RGB (Red+Green+Blue) = 213+120+142=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5788E is #2A8771. Grayscale: #969696. Windows color (decimal): -2787186 or 9337045. OLE color: 9337045.

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

Color convert

RGB213120142-
CMYK00.440.330.16
HSL345.81º52.54%65.29%-
HSV(B)345.81º43.66%83.53%-
XYZ39.0429.5329.23-
YUV150.32123.31172.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=44.84%
G=25.26%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312014200.440.330.16345.8152.5465.29
HexD5788E02C211015a3541
Octal325170216054412053265101
Binary110101011111000100011100101100100001100001010110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5788E; }

 p { color: rgb(213,120,142); }

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

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

 a { background-color: rgb(213,120,142); }

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

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

 span { border-color: rgb(213,120,142); }

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