Html Css Color HEX #DC1EAB Spicy Pink

📋 copy color: '#DC1EAB'

red 220 ◦ green 30 ◦ blue 171

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

Shades of Spicy Pink #DC1EAB

Tints of Spicy Pink #DC1EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.13%

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

R = 52.26%
G = 7.13%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC1EAB (or 0xDC1EAB) is known color: Spicy Pink. HEX triplet: DC, 1E and AB. RGB value is (220,30,171). Sum of RGB (Red+Green+Blue) = 220+30+171=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1EAB is #23E154. Grayscale: #666666. Windows color (decimal): -2351445 or 11214556. OLE color: 11214556.

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

Color convert

RGB 220 30 171 -
CMYK 0 0.86 0.22 0.14
HSL 315.47º 0.76% 0.49% -
HSV(B) 315.47º 0.86% 0.86% -
XYZ 37.33 19.08 40.24 -
YUV 102.88 166.45 211.54 -
System Red Green Blue C M Y K H S L
Decimal 220 30 171 0 0.86 0.22 0.14 315.47 0.76 0.49
Hex DC 1E AB 0 56 16 E 13B 4C 31
Octal 334 36 253 0 126 26 16 473 114 61
Binary 11011100 11110 10101011 0 1010110 10110 1110 100111011 1001100 110001

Color Harmonies of #DC1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1EAB

Black with #DC1EAB

Text Example


Text Example

White with #DC1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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