#DB93B5

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

Shades of Shocking #DB93B5

Tints of Shocking #DB93B5

Color information

#DB93B5 (or 0xDB93B5) is unknown color: approx Shocking. HEX triplet: DB, 93 and B5. RGB value is (219,147,181). Sum of RGB (Red+Green+Blue) = 219+147+181=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93B5 is #246C4A. Grayscale: #ACACAC. Windows color (decimal): -2387019 or 11899867. OLE color: 11899867.

HSL color Cylindrical-coordinate representation of color #DB93B5: hue angle of 331.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB93B5 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB219147181-
CMYK00.330.170.14
HSL331.67º50%71.76%-
HSV(B)331.67º32.88%85.88%-
XYZ47.9939.2648.77-
YUV172.4132.85161.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=40.04%
G=26.87%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914718100.330.170.14331.675071.76
HexDB93B502111E14c3248
Octal333223265041211651462110
Binary11011011100100111011010101000011000111101010011001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB93B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB93B5; }

 p { color: rgb(219,147,181); }

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

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

 a { background-color: rgb(219,147,181); }

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

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

 span { border-color: rgb(219,147,181); }

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