#DB92C1

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

Shades of Shocking #DB92C1

Tints of Shocking #DB92C1

Color information

#DB92C1 (or 0xDB92C1) is unknown color: approx Shocking. HEX triplet: DB, 92 and C1. RGB value is (219,146,193). Sum of RGB (Red+Green+Blue) = 219+146+193=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92C1 is #246D3E. Grayscale: #ADADAD. Windows color (decimal): -2387263 or 12686043. OLE color: 12686043.

HSL color Cylindrical-coordinate representation of color #DB92C1: hue angle of 321.37º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB92C1 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219146193-
CMYK00.330.120.14
HSL321.37º50.34%71.57%-
HSV(B)321.37º33.33%85.88%-
XYZ49.1239.4755.48-
YUV173.18139.18160.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 146 (57.42% from 255) = 26.16%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=39.25%
G=26.16%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914619300.330.120.14321.3750.3471.57
HexDB92C1021CE1413248
Octal333222301041141650162110
Binary1101101110010010110000010100001110011101010000011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB92C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB92C1; }

 p { color: rgb(219,146,193); }

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

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

 a { background-color: rgb(219,146,193); }

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

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

 span { border-color: rgb(219,146,193); }

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