#DB83B6

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

Shades of Shocking #DB83B6

Tints of Shocking #DB83B6

Color information

#DB83B6 (or 0xDB83B6) is unknown color: approx Shocking. HEX triplet: DB, 83 and B6. RGB value is (219,131,182). Sum of RGB (Red+Green+Blue) = 219+131+182=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83B6 is #247C49. Grayscale: #A3A3A3. Windows color (decimal): -2391114 or 11961307. OLE color: 11961307.

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

Color convert

RGB219131182-
CMYK00.400.170.14
HSL325.23º55%68.63%-
HSV(B)325.23º40.18%85.88%-
XYZ45.7734.6748.54-
YUV163.13138.65167.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.17%
GREEN value IS 131 (51.56% from 255) = 24.62%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=41.17%
G=24.62%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913118200.400.170.14325.235568.63
HexDB83B602811E1453745
Octal333203266050211650567105
Binary11011011100000111011011001010001000111101010001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB83B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB83B6; }

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

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

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

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

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

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

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

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