Html Css Color HEX #DC1CAE Spicy Pink

📋 copy color: '#DC1CAE'

red 220 ◦ green 28 ◦ blue 174

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

Shades of Spicy Pink #DC1CAE

Tints of Spicy Pink #DC1CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 52.13%
G = 6.64%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC1CAE (or 0xDC1CAE) is known color: Spicy Pink. HEX triplet: DC, 1C and AE. RGB value is (220,28,174). Sum of RGB (Red+Green+Blue) = 220+28+174=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1CAE is #23E351. Grayscale: #656565. Windows color (decimal): -2351954 or 11410652. OLE color: 11410652.

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

Color convert

RGB 220 28 174 -
CMYK 0 0.87 0.21 0.14
HSL 314.38º 0.77% 0.49% -
HSV(B) 314.38º 0.87% 0.86% -
XYZ 37.57 19.1 41.75 -
YUV 102.05 168.61 212.13 -
System Red Green Blue C M Y K H S L
Decimal 220 28 174 0 0.87 0.21 0.14 314.38 0.77 0.49
Hex DC 1C AE 0 57 15 E 13A 4D 31
Octal 334 34 256 0 127 25 16 472 115 61
Binary 11011100 11100 10101110 0 1010111 10101 1110 100111010 1001101 110001

Color Harmonies of #DC1CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1CAE

Black with #DC1CAE

Text Example


Text Example

White with #DC1CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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