#DC97C4

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

Shades of Shocking #DC97C4

Tints of Shocking #DC97C4

Color information

#DC97C4 (or 0xDC97C4) is unknown color: approx Shocking. HEX triplet: DC, 97 and C4. RGB value is (220,151,196). Sum of RGB (Red+Green+Blue) = 220+151+196=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97C4 is #23683B. Grayscale: #B0B0B0. Windows color (decimal): -2320444 or 12883932. OLE color: 12883932.

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

Color convert

RGB220151196-
CMYK00.310.110.14
HSL320.87º49.64%72.75%-
HSV(B)320.87º31.36%86.27%-
XYZ50.5541.3357.54-
YUV176.76138.86158.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 196 (76.95% from 255) = 34.57%
R=38.80%
G=26.63%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015119600.310.110.14320.8749.6472.75
HexDC97C401FBE1413249
Octal334227304037131650162111
Binary110111001001011111000100011111101111101010000011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97C4; }

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

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

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

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

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

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

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

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