#DB84BE

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

Shades of Shocking #DB84BE

Tints of Shocking #DB84BE

Color information

#DB84BE (or 0xDB84BE) is unknown color: approx Shocking. HEX triplet: DB, 84 and BE. RGB value is (219,132,190). Sum of RGB (Red+Green+Blue) = 219+132+190=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84BE is #247B41. Grayscale: #A4A4A4. Windows color (decimal): -2390850 or 12485851. OLE color: 12485851.

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

Color convert

RGB219132190-
CMYK00.400.130.14
HSL320º54.72%68.82%-
HSV(B)320º39.73%85.88%-
XYZ46.7635.2853.06-
YUV164.62142.32166.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=40.48%
G=24.40%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913219000.400.130.1432054.7268.82
HexDB84BE028DE1403745
Octal333204276050151650067105
Binary1101101110000100101111100101000110111101010000001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB84BE; }

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

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

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

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

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

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

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

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