Html Css Color HEX #DC1DAB Spicy Pink

📋 copy color: '#DC1DAB'

red 220 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #DC1DAB

Tints of Spicy Pink #DC1DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 52.38%
G = 6.9%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC1DAB (or 0xDC1DAB) is known color: Spicy Pink. HEX triplet: DC, 1D and AB. RGB value is (220,29,171). Sum of RGB (Red+Green+Blue) = 220+29+171=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1DAB is #23E254. Grayscale: #656565. Windows color (decimal): -2351701 or 11214300. OLE color: 11214300.

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

Color convert

RGB 220 29 171 -
CMYK 0 0.87 0.22 0.14
HSL 315.39º 0.77% 0.49% -
HSV(B) 315.39º 0.87% 0.86% -
XYZ 37.31 19.03 40.24 -
YUV 102.3 166.78 211.95 -
System Red Green Blue C M Y K H S L
Decimal 220 29 171 0 0.87 0.22 0.14 315.39 0.77 0.49
Hex DC 1D AB 0 57 16 E 13B 4D 31
Octal 334 35 253 0 127 26 16 473 115 61
Binary 11011100 11101 10101011 0 1010111 10110 1110 100111011 1001101 110001

Color Harmonies of #DC1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1DAB

Black with #DC1DAB

Text Example


Text Example

White with #DC1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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