Html Css Color HEX #DC1DAA Spicy Pink

📋 copy color: '#DC1DAA'

red 220 ◦ green 29 ◦ blue 170

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

Shades of Spicy Pink #DC1DAA

Tints of Spicy Pink #DC1DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 52.51%
G = 6.92%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC1DAA (or 0xDC1DAA) is known color: Spicy Pink. HEX triplet: DC, 1D and AA. RGB value is (220,29,170). Sum of RGB (Red+Green+Blue) = 220+29+170=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1DAA is #23E255. Grayscale: #656565. Windows color (decimal): -2351702 or 11148764. OLE color: 11148764.

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

Color convert

RGB 220 29 170 -
CMYK 0 0.87 0.23 0.14
HSL 315.71º 0.77% 0.49% -
HSV(B) 315.71º 0.87% 0.86% -
XYZ 37.21 19 39.74 -
YUV 102.18 166.28 212.04 -
System Red Green Blue C M Y K H S L
Decimal 220 29 170 0 0.87 0.23 0.14 315.71 0.77 0.49
Hex DC 1D AA 0 57 17 E 13C 4D 31
Octal 334 35 252 0 127 27 16 474 115 61
Binary 11011100 11101 10101010 0 1010111 10111 1110 100111100 1001101 110001

Color Harmonies of #DC1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1DAA

Black with #DC1DAA

Text Example


Text Example

White with #DC1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1DAA; }

 p { color: rgb(220,29,170); }

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

background-color css

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

 a { background-color: rgb(220,29,170); }

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

border-color css

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

 span { border-color: rgb(220,29,170); }

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