Html Css Color HEX #DC1EB0 Spicy Pink

📋 copy color: '#DC1EB0'

red 220 ◦ green 30 ◦ blue 176

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

Shades of Spicy Pink #DC1EB0

Tints of Spicy Pink #DC1EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.31%

R = 51.64%
G = 7.04%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC1EB0 (or 0xDC1EB0) is known color: Spicy Pink. HEX triplet: DC, 1E and B0. RGB value is (220,30,176). Sum of RGB (Red+Green+Blue) = 220+30+176=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1EB0 is #23E14F. Grayscale: #676767. Windows color (decimal): -2351440 or 11542236. OLE color: 11542236.

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

Color convert

RGB 220 30 176 -
CMYK 0 0.86 0.2 0.14
HSL 313.89º 0.76% 0.49% -
HSV(B) 313.89º 0.86% 0.86% -
XYZ 37.82 19.28 42.8 -
YUV 103.45 168.95 211.13 -
System Red Green Blue C M Y K H S L
Decimal 220 30 176 0 0.86 0.2 0.14 313.89 0.76 0.49
Hex DC 1E B0 0 56 14 E 13A 4C 31
Octal 334 36 260 0 126 24 16 472 114 61
Binary 11011100 11110 10110000 0 1010110 10100 1110 100111010 1001100 110001

Color Harmonies of #DC1EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1EB0

Black with #DC1EB0

Text Example


Text Example

White with #DC1EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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