Html Css Color HEX #DC1FA7 Spicy Pink

📋 copy color: '#DC1FA7'

red 220 ◦ green 31 ◦ blue 167

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

Shades of Spicy Pink #DC1FA7

Tints of Spicy Pink #DC1FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.95%

R = 52.63%
G = 7.42%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC1FA7 (or 0xDC1FA7) is known color: Spicy Pink. HEX triplet: DC, 1F and A7. RGB value is (220,31,167). Sum of RGB (Red+Green+Blue) = 220+31+167=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1FA7 is #23E058. Grayscale: #666666. Windows color (decimal): -2351193 or 10952668. OLE color: 10952668.

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

Color convert

RGB 220 31 167 -
CMYK 0 0.86 0.24 0.14
HSL 316.83º 0.75% 0.49% -
HSV(B) 316.83º 0.86% 0.86% -
XYZ 36.98 18.99 38.27 -
YUV 103.02 164.12 211.44 -
System Red Green Blue C M Y K H S L
Decimal 220 31 167 0 0.86 0.24 0.14 316.83 0.75 0.49
Hex DC 1F A7 0 56 18 E 13D 4B 31
Octal 334 37 247 0 126 30 16 475 113 61
Binary 11011100 11111 10100111 0 1010110 11000 1110 100111101 1001011 110001

Color Harmonies of #DC1FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1FA7

Black with #DC1FA7

Text Example


Text Example

White with #DC1FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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