#D5788D

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

Shades of Charm #D5788D

Tints of Charm #D5788D

Color information

#D5788D (or 0xD5788D) is unknown color: approx Charm. HEX triplet: D5, 78 and 8D. RGB value is (213,120,141). Sum of RGB (Red+Green+Blue) = 213+120+141=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5788D is #2A8772. Grayscale: #969696. Windows color (decimal): -2787187 or 9271509. OLE color: 9271509.

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

Color convert

RGB213120141-
CMYK00.440.340.16
HSL346.45º52.54%65.29%-
HSV(B)346.45º43.66%83.53%-
XYZ38.9629.528.84-
YUV150.2122.81172.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 120 (47.27% from 255) = 25.32%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=44.94%
G=25.32%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312014100.440.340.16346.4552.5465.29
HexD5788D02C221015a3541
Octal325170215054422053265101
Binary110101011111000100011010101100100010100001010110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5788D; }

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

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

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

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

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

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

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

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