#DB83BA

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

Shades of Shocking #DB83BA

Tints of Shocking #DB83BA

Color information

#DB83BA (or 0xDB83BA) is unknown color: approx Shocking. HEX triplet: DB, 83 and BA. RGB value is (219,131,186). Sum of RGB (Red+Green+Blue) = 219+131+186=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83BA is #247C45. Grayscale: #A3A3A3. Windows color (decimal): -2391110 or 12223451. OLE color: 12223451.

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

Color convert

RGB219131186-
CMYK00.400.150.14
HSL322.5º55%68.63%-
HSV(B)322.5º40.18%85.88%-
XYZ46.1934.8450.74-
YUV163.58140.65167.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 131 (51.56% from 255) = 24.44%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=40.86%
G=24.44%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913118600.400.150.14322.55568.63
HexDB83BA028FE1423745
Octal333203272050171650267105
Binary1101101110000011101110100101000111111101010000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB83BA; }

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

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

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

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

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

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

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

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