#db9db8

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

Shades of Shocking #DB9DB8

Tints of Shocking #DB9DB8

Color information

#DB9DB8 (or 0xDB9DB8) is unknown color: approx Shocking. HEX triplet: DB, 9D and B8. RGB value is (219,157,184). Sum of RGB (Red+Green+Blue) = 219+157+184=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DB8 is #246247. Grayscale: #B2B2B2. Windows color (decimal): -2384456 or 12099035. OLE color: 12099035.

HSL color Cylindrical-coordinate representation of color #DB9DB8: hue angle of 333.87º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DB8 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219157184-
CMYK00.280.160.14
HSL333.87º46.27%73.73%-
HSV(B)333.87º28.31%85.88%-
XYZ49.9242.6350.95-
YUV178.62131.04156.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=39.11%
G=28.04%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915718400.280.160.14333.8746.2773.73
HexDB9DB801C10E14e2e4a
Octal333235270034201651656112
Binary1101101110011101101110000111001000011101010011101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db9db8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db9db8; }

 p { color: rgb(219,157,184); }

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

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

 a { background-color: rgb(219,157,184); }

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

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

 span { border-color: rgb(219,157,184); }

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