#DC94C4

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

Shades of Shocking #DC94C4

Tints of Shocking #DC94C4

Color information

#DC94C4 (or 0xDC94C4) is unknown color: approx Shocking. HEX triplet: DC, 94 and C4. RGB value is (220,148,196). Sum of RGB (Red+Green+Blue) = 220+148+196=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94C4 is #236B3B. Grayscale: #AEAEAE. Windows color (decimal): -2321212 or 12883164. OLE color: 12883164.

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

Color convert

RGB220148196-
CMYK00.330.110.14
HSL320º50.7%72.16%-
HSV(B)320º32.73%86.27%-
XYZ50.0740.3857.38-
YUV175139.85160.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 148 (58.20% from 255) = 26.24%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=39.01%
G=26.24%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014819600.330.110.1432050.772.16
HexDC94C4021BE1403348
Octal334224304041131650063110
Binary1101110010010100110001000100001101111101010000001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94C4; }

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

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

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

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

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

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

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

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