#DD1FC5

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

Shades of Shocking Pink #DD1FC5

Tints of Shocking Pink #DD1FC5

Color information

#DD1FC5 (or 0xDD1FC5) is unknown color: approx Shocking Pink. HEX triplet: DD, 1F and C5. RGB value is (221,31,197). Sum of RGB (Red+Green+Blue) = 221+31+197=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FC5 is #22E03A. Grayscale: #6A6A6A. Windows color (decimal): -2285627 or 12918749. OLE color: 12918749.

HSL color Cylindrical-coordinate representation of color #DD1FC5: hue angle of 307.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1FC5 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB22131197-
CMYK00.860.110.13
HSL307.58º75.4%49.41%-
HSV(B)307.58º85.97%86.67%-
XYZ40.3920.3854.63-
YUV106.73178.95209.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 31 (12.5% from 255) = 6.90%
BLUE value IS 197 (77.34% from 255) = 43.88%
R=49.22%
G=6.90%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213119700.860.110.13307.5875.449.41
HexDD1FC5056BD1344b31
Octal335373050126131546411361
Binary11011101111111100010101010110101111011001101001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1FC5; }

 p { color: rgb(221,31,197); }

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

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

 a { background-color: rgb(221,31,197); }

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

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

 span { border-color: rgb(221,31,197); }

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