#dd1ec3

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

Shades of Shocking Pink #DD1EC3

Tints of Shocking Pink #DD1EC3

Color information

#DD1EC3 (or 0xDD1EC3) is unknown color: approx Shocking Pink. HEX triplet: DD, 1E and C3. RGB value is (221,30,195). Sum of RGB (Red+Green+Blue) = 221+30+195=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EC3 is #22E13C. Grayscale: #696969. Windows color (decimal): -2285885 or 12787421. OLE color: 12787421.

HSL color Cylindrical-coordinate representation of color #DD1EC3: hue angle of 308.17º degrees, saturation: 0.76, 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 #DD1EC3 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB22130195-
CMYK00.860.120.13
HSL308.17º76.1%49.22%-
HSV(B)308.17º86.43%86.67%-
XYZ40.1320.2453.42-
YUV105.92178.28210.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.55%
GREEN value IS 30 (12.11% from 255) = 6.73%
BLUE value IS 195 (76.56% from 255) = 43.72%
R=49.55%
G=6.73%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213019500.860.120.13308.1776.149.22
HexDD1EC3056CD1344c31
Octal335363030126141546411461
Binary11011101111101100001101010110110011011001101001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd1ec3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd1ec3; }

 p { color: rgb(221,30,195); }

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

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

 a { background-color: rgb(221,30,195); }

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

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

 span { border-color: rgb(221,30,195); }

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