#DE1CAE

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

Shades of Spicy Pink #DE1CAE

Tints of Spicy Pink #DE1CAE

Color information

#DE1CAE (or 0xDE1CAE) is unknown color: approx Spicy Pink. HEX triplet: DE, 1C and AE. RGB value is (222,28,174). Sum of RGB (Red+Green+Blue) = 222+28+174=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1CAE is #21E351. Grayscale: #666666. Windows color (decimal): -2220882 or 11410654. OLE color: 11410654.

HSL color Cylindrical-coordinate representation of color #DE1CAE: hue angle of 314.85º degrees, saturation: 0.78, 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 #DE1CAE is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB22228174-
CMYK00.870.220.13
HSL314.85º77.6%49.02%-
HSV(B)314.85º87.39%87.06%-
XYZ38.1819.4241.78-
YUV102.65168.27213.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.36%
GREEN value IS 28 (11.33% from 255) = 6.60%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=52.36%
G=6.60%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222817400.870.220.13314.8577.649.02
HexDE1CAE05716D13b4e31
Octal336342560127261547311661
Binary110111101110010101110010101111011011011001110111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1CAE; }

 p { color: rgb(222,28,174); }

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

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

 a { background-color: rgb(222,28,174); }

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

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

 span { border-color: rgb(222,28,174); }

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