Html Css Color HEX #DC1CAB Spicy Pink

📋 copy color: '#DC1CAB'

red 220 ◦ green 28 ◦ blue 171

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

Shades of Spicy Pink #DC1CAB

Tints of Spicy Pink #DC1CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.68%

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

R = 52.51%
G = 6.68%
B = 40.81%

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

#DC1CAB (or 0xDC1CAB) is known color: Spicy Pink. HEX triplet: DC, 1C and AB. RGB value is (220,28,171). Sum of RGB (Red+Green+Blue) = 220+28+171=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1CAB is #23E354. Grayscale: #656565. Windows color (decimal): -2351957 or 11214044. OLE color: 11214044.

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

Color convert

RGB 220 28 171 -
CMYK 0 0.87 0.22 0.14
HSL 315.31º 0.77% 0.49% -
HSV(B) 315.31º 0.87% 0.86% -
XYZ 37.28 18.99 40.23 -
YUV 101.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 220 28 171 0 0.87 0.22 0.14 315.31 0.77 0.49
Hex DC 1C AB 0 57 16 E 13B 4D 31
Octal 334 34 253 0 127 26 16 473 115 61
Binary 11011100 11100 10101011 0 1010111 10110 1110 100111011 1001101 110001

Color Harmonies of #DC1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1CAB

Black with #DC1CAB

Text Example


Text Example

White with #DC1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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