Html Css Color HEX #DC23A9 Spicy Pink

📋 copy color: '#DC23A9'

red 220 ◦ green 35 ◦ blue 169

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

Shades of Spicy Pink #DC23A9

Tints of Spicy Pink #DC23A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.86%

R = 51.89%
G = 8.25%
B = 39.86%

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

#DC23A9 (or 0xDC23A9) is known color: Spicy Pink. HEX triplet: DC, 23 and A9. RGB value is (220,35,169). Sum of RGB (Red+Green+Blue) = 220+35+169=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC23A9 is #23DC56. Grayscale: #696969. Windows color (decimal): -2350167 or 11084764. OLE color: 11084764.

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

Color convert

RGB 220 35 169 -
CMYK 0 0.84 0.23 0.14
HSL 316.54º 0.73% 0.5% -
HSV(B) 316.54º 0.84% 0.86% -
XYZ 37.28 19.28 39.29 -
YUV 105.59 163.79 209.6 -
System Red Green Blue C M Y K H S L
Decimal 220 35 169 0 0.84 0.23 0.14 316.54 0.73 0.5
Hex DC 23 A9 0 54 17 E 13D 49 32
Octal 334 43 251 0 124 27 16 475 111 62
Binary 11011100 100011 10101001 0 1010100 10111 1110 100111101 1001001 110010

Color Harmonies of #DC23A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC23A9

Black with #DC23A9

Text Example


Text Example

White with #DC23A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC23A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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