#DE1CAD

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

Shades of Spicy Pink #DE1CAD

Tints of Spicy Pink #DE1CAD

Color information

#DE1CAD (or 0xDE1CAD) is unknown color: approx Spicy Pink. HEX triplet: DE, 1C and AD. RGB value is (222,28,173). Sum of RGB (Red+Green+Blue) = 222+28+173=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1CAD is #21E352. Grayscale: #666666. Windows color (decimal): -2220883 or 11345118. OLE color: 11345118.

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

Color convert

RGB22228173-
CMYK00.870.220.13
HSL315.15º77.6%49.02%-
HSV(B)315.15º87.39%87.06%-
XYZ38.0819.3841.27-
YUV102.54167.77213.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.48%
GREEN value IS 28 (11.33% from 255) = 6.62%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=52.48%
G=6.62%
B=40.90%

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
Decimal2222817300.870.220.13315.1577.649.02
HexDE1CAD05716D13b4e31
Octal336342550127261547311661
Binary110111101110010101101010101111011011011001110111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1CAD; }

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

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

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

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

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

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

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

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