#DB85BB

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

Shades of Shocking #DB85BB

Tints of Shocking #DB85BB

Color information

#DB85BB (or 0xDB85BB) is unknown color: approx Shocking. HEX triplet: DB, 85 and BB. RGB value is (219,133,187). Sum of RGB (Red+Green+Blue) = 219+133+187=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85BB is #247A44. Grayscale: #A4A4A4. Windows color (decimal): -2390597 or 12289499. OLE color: 12289499.

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

Color convert

RGB219133187-
CMYK00.390.150.14
HSL322.33º54.43%69.02%-
HSV(B)322.33º39.27%85.88%-
XYZ46.5735.4251.4-
YUV164.87140.49166.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=40.63%
G=24.68%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913318700.390.150.14322.3354.4369.02
HexDB85BB027FE1423645
Octal333205273047171650266105
Binary1101101110000101101110110100111111111101010000101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB85BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB85BB; }

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

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

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

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

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

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

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

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