#DB7F84

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

Shades of Charm #DB7F84

Tints of Charm #DB7F84

Color information

#DB7F84 (or 0xDB7F84) is unknown color: approx Charm. HEX triplet: DB, 7F and 84. RGB value is (219,127,132). Sum of RGB (Red+Green+Blue) = 219+127+132=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7F84 is #24807B. Grayscale: #9B9B9B. Windows color (decimal): -2392188 or 8683483. OLE color: 8683483.

HSL color Cylindrical-coordinate representation of color #DB7F84: hue angle of 356.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7F84 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB219127132-
CMYK00.420.400.14
HSL356.74º56.1%67.84%-
HSV(B)356.74º42.01%85.88%-
XYZ40.9731.925.83-
YUV155.08114.98173.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.82%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=45.82%
G=26.57%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912713200.420.400.14356.7456.167.84
HexDB7F8402A28E1653844
Octal333177204052501654570104
Binary11011011111111110000100010101010100011101011001011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7F84; }

 p { color: rgb(219,127,132); }

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

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

 a { background-color: rgb(219,127,132); }

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

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

 span { border-color: rgb(219,127,132); }

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