Html Css Color HEX #DC28AD Spicy Pink

📋 copy color: '#DC28AD'

red 220 ◦ green 40 ◦ blue 173

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

Shades of Spicy Pink #DC28AD

Tints of Spicy Pink #DC28AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.95%

R = 50.81%
G = 9.24%
B = 39.95%

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

#DC28AD (or 0xDC28AD) is known color: Spicy Pink. HEX triplet: DC, 28 and AD. RGB value is (220,40,173). Sum of RGB (Red+Green+Blue) = 220+40+173=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC28AD is #23D752. Grayscale: #6C6C6C. Windows color (decimal): -2348883 or 11348188. OLE color: 11348188.

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

Color convert

RGB 220 40 173 -
CMYK 0 0.82 0.21 0.14
HSL 315.67º 0.72% 0.51% -
HSV(B) 315.67º 0.82% 0.86% -
XYZ 37.82 19.75 41.35 -
YUV 108.98 164.13 207.19 -
System Red Green Blue C M Y K H S L
Decimal 220 40 173 0 0.82 0.21 0.14 315.67 0.72 0.51
Hex DC 28 AD 0 52 15 E 13C 48 33
Octal 334 50 255 0 122 25 16 474 110 63
Binary 11011100 101000 10101101 0 1010010 10101 1110 100111100 1001000 110011

Color Harmonies of #DC28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC28AD

Black with #DC28AD

Text Example


Text Example

White with #DC28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC28AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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