#DB94C6

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

Shades of Shocking #DB94C6

Tints of Shocking #DB94C6

Color information

#DB94C6 (or 0xDB94C6) is unknown color: approx Shocking. HEX triplet: DB, 94 and C6. RGB value is (219,148,198). Sum of RGB (Red+Green+Blue) = 219+148+198=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94C6 is #246B39. Grayscale: #AEAEAE. Windows color (decimal): -2386746 or 13014235. OLE color: 13014235.

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

Color convert

RGB219148198-
CMYK00.320.100.14
HSL317.75º49.65%71.96%-
HSV(B)317.75º32.42%85.88%-
XYZ5040.3258.57-
YUV174.93141.02159.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 198 (77.73% from 255) = 35.04%
R=38.76%
G=26.19%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914819800.320.100.14317.7549.6571.96
HexDB94C6020AE13e3248
Octal333224306040121647662110
Binary1101101110010100110001100100000101011101001111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB94C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB94C6; }

 p { color: rgb(219,148,198); }

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

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

 a { background-color: rgb(219,148,198); }

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

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

 span { border-color: rgb(219,148,198); }

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