Html Css Color HEX #DC23AA Spicy Pink

📋 copy color: '#DC23AA'

red 220 ◦ green 35 ◦ blue 170

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

Shades of Spicy Pink #DC23AA

Tints of Spicy Pink #DC23AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.24%

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

R = 51.76%
G = 8.24%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC23AA (or 0xDC23AA) is known color: Spicy Pink. HEX triplet: DC, 23 and AA. RGB value is (220,35,170). Sum of RGB (Red+Green+Blue) = 220+35+170=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC23AA is #23DC55. Grayscale: #696969. Windows color (decimal): -2350166 or 11150300. OLE color: 11150300.

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

Color convert

RGB 220 35 170 -
CMYK 0 0.84 0.23 0.14
HSL 316.22º 0.73% 0.5% -
HSV(B) 316.22º 0.84% 0.86% -
XYZ 37.37 19.32 39.79 -
YUV 105.71 164.29 209.52 -
System Red Green Blue C M Y K H S L
Decimal 220 35 170 0 0.84 0.23 0.14 316.22 0.73 0.5
Hex DC 23 AA 0 54 17 E 13C 49 32
Octal 334 43 252 0 124 27 16 474 111 62
Binary 11011100 100011 10101010 0 1010100 10111 1110 100111100 1001001 110010

Color Harmonies of #DC23AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC23AA

Black with #DC23AA

Text Example


Text Example

White with #DC23AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC23AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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