#DD1DAE

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

Shades of Spicy Pink #DD1DAE

Tints of Spicy Pink #DD1DAE

Color information

#DD1DAE (or 0xDD1DAE) is unknown color: approx Spicy Pink. HEX triplet: DD, 1D and AE. RGB value is (221,29,174). Sum of RGB (Red+Green+Blue) = 221+29+174=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1DAE is #22E251. Grayscale: #666666. Windows color (decimal): -2286162 or 11410909. OLE color: 11410909.

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

Color convert

RGB22129174-
CMYK00.870.210.13
HSL314.69º76.8%49.02%-
HSV(B)314.69º86.88%86.67%-
XYZ37.919.3141.77-
YUV102.94168.11212.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.12%
GREEN value IS 29 (11.72% from 255) = 6.84%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=52.12%
G=6.84%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212917400.870.210.13314.6976.849.02
HexDD1DAE05715D13b4d31
Octal335352560127251547311561
Binary110111011110110101110010101111010111011001110111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1DAE; }

 p { color: rgb(221,29,174); }

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

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

 a { background-color: rgb(221,29,174); }

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

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

 span { border-color: rgb(221,29,174); }

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