#DB8DBF

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

Shades of Shocking #DB8DBF

Tints of Shocking #DB8DBF

Color information

#DB8DBF (or 0xDB8DBF) is unknown color: approx Shocking. HEX triplet: DB, 8D and BF. RGB value is (219,141,191). Sum of RGB (Red+Green+Blue) = 219+141+191=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DBF is #247240. Grayscale: #A9A9A9. Windows color (decimal): -2388545 or 12553691. OLE color: 12553691.

HSL color Cylindrical-coordinate representation of color #DB8DBF: hue angle of 321.54º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DBF is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219141191-
CMYK00.360.130.14
HSL321.54º52%70.59%-
HSV(B)321.54º35.62%85.88%-
XYZ48.1437.8754.06-
YUV170.02139.84162.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.75%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 191 (75% from 255) = 34.66%
R=39.75%
G=25.59%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914119100.360.130.14321.545270.59
HexDB8DBF024DE1423447
Octal333215277044151650264107
Binary1101101110001101101111110100100110111101010000101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DBF; }

 p { color: rgb(219,141,191); }

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

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

 a { background-color: rgb(219,141,191); }

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

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

 span { border-color: rgb(219,141,191); }

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