Html Css Color HEX #DC2AAE Spicy Pink

📋 copy color: '#DC2AAE'

red 220 ◦ green 42 ◦ blue 174

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

Shades of Spicy Pink #DC2AAE

Tints of Spicy Pink #DC2AAE

RGB

 RED value IS 220 (86.33% from 255) = 50.46%

 GREEN value IS 42 (16.8% from 255) = 9.63%

 BLUE value IS 174 (68.36% from 255) = 39.91%

R = 50.46%
G = 9.63%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC2AAE (or 0xDC2AAE) is known color: Spicy Pink. HEX triplet: DC, 2A and AE. RGB value is (220,42,174). Sum of RGB (Red+Green+Blue) = 220+42+174=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2AAE is #23D551. Grayscale: #6D6D6D. Windows color (decimal): -2348370 or 11414236. OLE color: 11414236.

HSL color Cylindrical-coordinate representation of color #DC2AAE: hue angle of 315.51º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2AAE is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 42 174 -
CMYK 0 0.81 0.21 0.14
HSL 315.51º 0.72% 0.51% -
HSV(B) 315.51º 0.81% 0.86% -
XYZ 37.98 19.93 41.89 -
YUV 110.27 163.97 206.27 -
System Red Green Blue C M Y K H S L
Decimal 220 42 174 0 0.81 0.21 0.14 315.51 0.72 0.51
Hex DC 2A AE 0 51 15 E 13C 48 33
Octal 334 52 256 0 121 25 16 474 110 63
Binary 11011100 101010 10101110 0 1010001 10101 1110 100111100 1001000 110011

Color Harmonies of #DC2AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2AAE

Black with #DC2AAE

Text Example


Text Example

White with #DC2AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2AAE; }

 p { color: rgb(220,42,174); }

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

background-color css

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

 a { background-color: rgb(220,42,174); }

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

border-color css

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

 span { border-color: rgb(220,42,174); }

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