#DD1EBA

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

Shades of Shocking Pink #DD1EBA

Tints of Shocking Pink #DD1EBA

Color information

#DD1EBA (or 0xDD1EBA) is unknown color: approx Shocking Pink. HEX triplet: DD, 1E and BA. RGB value is (221,30,186). Sum of RGB (Red+Green+Blue) = 221+30+186=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EBA is #22E145. Grayscale: #686868. Windows color (decimal): -2285894 or 12197597. OLE color: 12197597.

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

Color convert

RGB22130186-
CMYK00.860.160.13
HSL310.99º76.1%49.22%-
HSV(B)310.99º86.43%86.67%-
XYZ39.1519.8548.22-
YUV104.89173.78210.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.57%
GREEN value IS 30 (12.11% from 255) = 6.86%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=50.57%
G=6.86%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213018600.860.160.13310.9976.149.22
HexDD1EBA05610D1374c31
Octal335362720126201546711461
Binary110111011111010111010010101101000011011001101111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1EBA; }

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

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

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

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

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

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

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

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