#DC9FC5

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

Shades of Shocking #DC9FC5

Tints of Shocking #DC9FC5

Color information

#DC9FC5 (or 0xDC9FC5) is unknown color: approx Shocking. HEX triplet: DC, 9F and C5. RGB value is (220,159,197). Sum of RGB (Red+Green+Blue) = 220+159+197=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FC5 is #23603A. Grayscale: #B5B5B5. Windows color (decimal): -2318395 or 12951516. OLE color: 12951516.

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

Color convert

RGB220159197-
CMYK00.280.100.14
HSL322.62º46.56%74.31%-
HSV(B)322.62º27.73%86.27%-
XYZ51.9944.0458.58-
YUV181.57136.71155.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=38.19%
G=27.60%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015919700.280.100.14322.6246.5674.31
HexDC9FC501CAE1432f4a
Octal334237305034121650357112
Binary110111001001111111000101011100101011101010000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FC5; }

 p { color: rgb(220,159,197); }

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

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

 a { background-color: rgb(220,159,197); }

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

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

 span { border-color: rgb(220,159,197); }

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