#DB85BD

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

Shades of Shocking #DB85BD

Tints of Shocking #DB85BD

Color information

#DB85BD (or 0xDB85BD) is unknown color: approx Shocking. HEX triplet: DB, 85 and BD. RGB value is (219,133,189). Sum of RGB (Red+Green+Blue) = 219+133+189=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85BD is #247A42. Grayscale: #A4A4A4. Windows color (decimal): -2390595 or 12420571. OLE color: 12420571.

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

Color convert

RGB219133189-
CMYK00.390.140.14
HSL320.93º54.43%69.02%-
HSV(B)320.93º39.27%85.88%-
XYZ46.7935.5152.53-
YUV165.1141.49166.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=40.48%
G=24.58%
B=34.94%

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
Decimal21913318900.390.140.14320.9354.4369.02
HexDB85BD027EE1413645
Octal333205275047161650166105
Binary1101101110000101101111010100111111011101010000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB85BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB85BD; }

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

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

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

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

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

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

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

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