#DC93BD

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

Shades of Shocking #DC93BD

Tints of Shocking #DC93BD

Color information

#DC93BD (or 0xDC93BD) is unknown color: approx Shocking. HEX triplet: DC, 93 and BD. RGB value is (220,147,189). Sum of RGB (Red+Green+Blue) = 220+147+189=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93BD is #236C42. Grayscale: #ADADAD. Windows color (decimal): -2321475 or 12424156. OLE color: 12424156.

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

Color convert

RGB220147189-
CMYK00.330.140.14
HSL325.48º51.05%71.96%-
HSV(B)325.48º33.18%86.27%-
XYZ49.1339.7653.23-
YUV173.62136.68161.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 147 (57.81% from 255) = 26.44%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=39.57%
G=26.44%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014718900.330.140.14325.4851.0571.96
HexDC93BD021EE1453348
Octal334223275041161650563110
Binary1101110010010011101111010100001111011101010001011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC93BD; }

 p { color: rgb(220,147,189); }

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

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

 a { background-color: rgb(220,147,189); }

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

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

 span { border-color: rgb(220,147,189); }

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