#DB92C5

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

Shades of Shocking #DB92C5

Tints of Shocking #DB92C5

Color information

#DB92C5 (or 0xDB92C5) is unknown color: approx Shocking. HEX triplet: DB, 92 and C5. RGB value is (219,146,197). Sum of RGB (Red+Green+Blue) = 219+146+197=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92C5 is #246D3A. Grayscale: #ADADAD. Windows color (decimal): -2387259 or 12948187. OLE color: 12948187.

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

Color convert

RGB219146197-
CMYK00.330.100.14
HSL318.08º50.34%71.57%-
HSV(B)318.08º33.33%85.88%-
XYZ49.5739.6557.86-
YUV173.64141.18160.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 197 (77.34% from 255) = 35.05%
R=38.97%
G=25.98%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914619700.330.100.14318.0850.3471.57
HexDB92C5021AE13e3248
Octal333222305041121647662110
Binary1101101110010010110001010100001101011101001111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB92C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB92C5; }

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

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

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

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

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

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

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

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