#DB8DC4

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

Shades of Shocking #DB8DC4

Tints of Shocking #DB8DC4

Color information

#DB8DC4 (or 0xDB8DC4) is unknown color: approx Shocking. HEX triplet: DB, 8D and C4. RGB value is (219,141,196). Sum of RGB (Red+Green+Blue) = 219+141+196=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DC4 is #24723B. Grayscale: #AAAAAA. Windows color (decimal): -2388540 or 12881371. OLE color: 12881371.

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

Color convert

RGB219141196-
CMYK00.360.110.14
HSL317.69º52%70.59%-
HSV(B)317.69º35.62%85.88%-
XYZ48.738.157.01-
YUV170.59142.34162.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 196 (76.95% from 255) = 35.25%
R=39.39%
G=25.36%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914119600.360.110.14317.695270.59
HexDB8DC4024BE13e3447
Octal333215304044131647664107
Binary1101101110001101110001000100100101111101001111101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DC4; }

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

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

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

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

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

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

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

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