#DB8DC7

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

Shades of Shocking #DB8DC7

Tints of Shocking #DB8DC7

Color information

#DB8DC7 (or 0xDB8DC7) is unknown color: approx Shocking. HEX triplet: DB, 8D and C7. RGB value is (219,141,199). Sum of RGB (Red+Green+Blue) = 219+141+199=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DC7 is #247238. Grayscale: #AAAAAA. Windows color (decimal): -2388537 or 13077979. OLE color: 13077979.

HSL color Cylindrical-coordinate representation of color #DB8DC7: hue angle of 315.38º 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 #DB8DC7 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219141199-
CMYK00.360.090.14
HSL315.38º52%70.59%-
HSV(B)315.38º35.62%85.88%-
XYZ49.0538.2358.83-
YUV170.93143.84162.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=39.18%
G=25.22%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914119900.360.090.14315.385270.59
HexDB8DC70249E13b3447
Octal333215307044111647364107
Binary1101101110001101110001110100100100111101001110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DC7; }

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

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

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

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

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

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

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

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