Html Css Color HEX #DC28AE Spicy Pink

📋 copy color: '#DC28AE'

red 220 ◦ green 40 ◦ blue 174

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

Shades of Spicy Pink #DC28AE

Tints of Spicy Pink #DC28AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.22%

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

R = 50.69%
G = 9.22%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC28AE (or 0xDC28AE) is known color: Spicy Pink. HEX triplet: DC, 28 and AE. RGB value is (220,40,174). Sum of RGB (Red+Green+Blue) = 220+40+174=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC28AE is #23D751. Grayscale: #6C6C6C. Windows color (decimal): -2348882 or 11413724. OLE color: 11413724.

HSL color Cylindrical-coordinate representation of color #DC28AE: hue angle of 315.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC28AE is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 40 174 -
CMYK 0 0.82 0.21 0.14
HSL 315.33º 0.72% 0.51% -
HSV(B) 315.33º 0.82% 0.86% -
XYZ 37.91 19.79 41.87 -
YUV 109.1 164.63 207.1 -
System Red Green Blue C M Y K H S L
Decimal 220 40 174 0 0.82 0.21 0.14 315.33 0.72 0.51
Hex DC 28 AE 0 52 15 E 13B 48 33
Octal 334 50 256 0 122 25 16 473 110 63
Binary 11011100 101000 10101110 0 1010010 10101 1110 100111011 1001000 110011

Color Harmonies of #DC28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC28AE

Black with #DC28AE

Text Example


Text Example

White with #DC28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC28AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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