#DC9FC4

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

Shades of Shocking #DC9FC4

Tints of Shocking #DC9FC4

Color information

#DC9FC4 (or 0xDC9FC4) is unknown color: approx Shocking. HEX triplet: DC, 9F and C4. RGB value is (220,159,196). Sum of RGB (Red+Green+Blue) = 220+159+196=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FC4 is #23603B. Grayscale: #B5B5B5. Windows color (decimal): -2318396 or 12885980. OLE color: 12885980.

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

Color convert

RGB220159196-
CMYK00.280.110.14
HSL323.61º46.56%74.31%-
HSV(B)323.61º27.73%86.27%-
XYZ51.884457.98-
YUV181.46136.21155.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 159 (62.5% from 255) = 27.65%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=38.26%
G=27.65%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015919600.280.110.14323.6146.5674.31
HexDC9FC401CBE1442f4a
Octal334237304034131650457112
Binary110111001001111111000100011100101111101010001001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FC4; }

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

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

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

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

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

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

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

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