#DB84BC

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

Shades of Shocking #DB84BC

Tints of Shocking #DB84BC

Color information

#DB84BC (or 0xDB84BC) is unknown color: approx Shocking. HEX triplet: DB, 84 and BC. RGB value is (219,132,188). Sum of RGB (Red+Green+Blue) = 219+132+188=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84BC is #247B43. Grayscale: #A4A4A4. Windows color (decimal): -2390852 or 12354779. OLE color: 12354779.

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

Color convert

RGB219132188-
CMYK00.400.140.14
HSL321.38º54.72%68.82%-
HSV(B)321.38º39.73%85.88%-
XYZ46.5435.1951.92-
YUV164.4141.32166.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=40.63%
G=24.49%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913218800.400.140.14321.3854.7268.82
HexDB84BC028EE1413745
Octal333204274050161650167105
Binary1101101110000100101111000101000111011101010000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB84BC; }

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

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

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

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

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

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

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

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