Html Css Color HEX #DE1DAC Spicy Pink

📋 copy color: '#DE1DAC'

red 222 ◦ green 29 ◦ blue 172

#DE1DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #DE1DAC

Tints of Spicy Pink #DE1DAC

RGB

 RED value IS 222 (87.11% from 255) = 52.48%

 GREEN value IS 29 (11.72% from 255) = 6.86%

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 52.48%
G = 6.86%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE1DAC (or 0xDE1DAC) is known color: Spicy Pink. HEX triplet: DE, 1D and AC. RGB value is (222,29,172). Sum of RGB (Red+Green+Blue) = 222+29+172=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1DAC is #21E253. Grayscale: #666666. Windows color (decimal): -2220628 or 11279838. OLE color: 11279838.

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

Color convert

RGB 222 29 172 -
CMYK 0 0.87 0.23 0.13
HSL 315.54º 0.77% 0.49% -
HSV(B) 315.54º 0.87% 0.87% -
XYZ 38.01 19.39 40.77 -
YUV 103.01 166.94 212.87 -
System Red Green Blue C M Y K H S L
Decimal 222 29 172 0 0.87 0.23 0.13 315.54 0.77 0.49
Hex DE 1D AC 0 57 17 D 13C 4D 31
Octal 336 35 254 0 127 27 15 474 115 61
Binary 11011110 11101 10101100 0 1010111 10111 1101 100111100 1001101 110001

Color Harmonies of #DE1DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1DAC

Black with #DE1DAC

Text Example


Text Example

White with #DE1DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1DAC; }

 p { color: rgb(222,29,172); }

 H1.HeaderClassName
 {
   color: #DE1DAC;
 }
 .AnyTagClassName
 {
   color: #DE1DAC;
 }
</style>

background-color css

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

 a { background-color: rgb(222,29,172); }

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

border-color css

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

 span { border-color: rgb(222,29,172); }

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