#DB85BC

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

Shades of Shocking #DB85BC

Tints of Shocking #DB85BC

Color information

#DB85BC (or 0xDB85BC) is unknown color: approx Shocking. HEX triplet: DB, 85 and BC. RGB value is (219,133,188). Sum of RGB (Red+Green+Blue) = 219+133+188=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85BC is #247A43. Grayscale: #A4A4A4. Windows color (decimal): -2390596 or 12355035. OLE color: 12355035.

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

Color convert

RGB219133188-
CMYK00.390.140.14
HSL321.63º54.43%69.02%-
HSV(B)321.63º39.27%85.88%-
XYZ46.6835.4751.96-
YUV164.98140.99166.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=40.56%
G=24.63%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913318800.390.140.14321.6354.4369.02
HexDB85BC027EE1423645
Octal333205274047161650266105
Binary1101101110000101101111000100111111011101010000101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB85BC; }

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

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

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

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

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

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

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

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