#DB85BA

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

Shades of Shocking #DB85BA

Tints of Shocking #DB85BA

Color information

#DB85BA (or 0xDB85BA) is unknown color: approx Shocking. HEX triplet: DB, 85 and BA. RGB value is (219,133,186). Sum of RGB (Red+Green+Blue) = 219+133+186=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85BA is #247A45. Grayscale: #A4A4A4. Windows color (decimal): -2390598 or 12223963. OLE color: 12223963.

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

Color convert

RGB219133186-
CMYK00.390.150.14
HSL323.02º54.43%69.02%-
HSV(B)323.02º39.27%85.88%-
XYZ46.4635.3850.83-
YUV164.76139.99166.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.71%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=40.71%
G=24.72%
B=34.57%

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
Decimal21913318600.390.150.14323.0254.4369.02
HexDB85BA027FE1433645
Octal333205272047171650366105
Binary1101101110000101101110100100111111111101010000111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB85BA; }

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

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

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

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

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

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

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

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