#DB84B8

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

Shades of Shocking #DB84B8

Tints of Shocking #DB84B8

Color information

#DB84B8 (or 0xDB84B8) is unknown color: approx Shocking. HEX triplet: DB, 84 and B8. RGB value is (219,132,184). Sum of RGB (Red+Green+Blue) = 219+132+184=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84B8 is #247B47. Grayscale: #A3A3A3. Windows color (decimal): -2390856 or 12092635. OLE color: 12092635.

HSL color Cylindrical-coordinate representation of color #DB84B8: hue angle of 324.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84B8 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219132184-
CMYK00.400.160.14
HSL324.14º54.72%68.82%-
HSV(B)324.14º39.73%85.88%-
XYZ46.1235.0249.68-
YUV163.94139.32167.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 132 (51.95% from 255) = 24.67%
BLUE value IS 184 (72.27% from 255) = 34.39%
R=40.93%
G=24.67%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913218400.400.160.14324.1454.7268.82
HexDB84B802810E1443745
Octal333204270050201650467105
Binary11011011100001001011100001010001000011101010001001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB84B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB84B8; }

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

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

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

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

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

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

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

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