Html Css Color HEX #DC1FA5 Spicy Pink

📋 copy color: '#DC1FA5'

red 220 ◦ green 31 ◦ blue 165

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

Shades of Spicy Pink #DC1FA5

Tints of Spicy Pink #DC1FA5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.45%

 BLUE value IS 165 (64.84% from 255) = 39.66%

R = 52.88%
G = 7.45%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC1FA5 (or 0xDC1FA5) is known color: Spicy Pink. HEX triplet: DC, 1F and A5. RGB value is (220,31,165). Sum of RGB (Red+Green+Blue) = 220+31+165=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1FA5 is #23E05A. Grayscale: #666666. Windows color (decimal): -2351195 or 10821596. OLE color: 10821596.

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

Color convert

RGB 220 31 165 -
CMYK 0 0.86 0.25 0.14
HSL 317.46º 0.75% 0.49% -
HSV(B) 317.46º 0.86% 0.86% -
XYZ 36.8 18.91 37.31 -
YUV 102.79 163.12 211.6 -
System Red Green Blue C M Y K H S L
Decimal 220 31 165 0 0.86 0.25 0.14 317.46 0.75 0.49
Hex DC 1F A5 0 56 19 E 13D 4B 31
Octal 334 37 245 0 126 31 16 475 113 61
Binary 11011100 11111 10100101 0 1010110 11001 1110 100111101 1001011 110001

Color Harmonies of #DC1FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1FA5

Black with #DC1FA5

Text Example


Text Example

White with #DC1FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1FA5; }

 p { color: rgb(220,31,165); }

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

background-color css

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

 a { background-color: rgb(220,31,165); }

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

border-color css

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

 span { border-color: rgb(220,31,165); }

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