Html Css Color HEX #DC24AB Spicy Pink

📋 copy color: '#DC24AB'

red 220 ◦ green 36 ◦ blue 171

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

Shades of Spicy Pink #DC24AB

Tints of Spicy Pink #DC24AB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.43%

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

R = 51.52%
G = 8.43%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC24AB (or 0xDC24AB) is known color: Spicy Pink. HEX triplet: DC, 24 and AB. RGB value is (220,36,171). Sum of RGB (Red+Green+Blue) = 220+36+171=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC24AB is #23DB54. Grayscale: #6A6A6A. Windows color (decimal): -2349909 or 11216092. OLE color: 11216092.

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

Color convert

RGB 220 36 171 -
CMYK 0 0.84 0.22 0.14
HSL 315.98º 0.72% 0.5% -
HSV(B) 315.98º 0.84% 0.86% -
XYZ 37.5 19.42 40.3 -
YUV 106.41 164.46 209.02 -
System Red Green Blue C M Y K H S L
Decimal 220 36 171 0 0.84 0.22 0.14 315.98 0.72 0.5
Hex DC 24 AB 0 54 16 E 13C 48 32
Octal 334 44 253 0 124 26 16 474 110 62
Binary 11011100 100100 10101011 0 1010100 10110 1110 100111100 1001000 110010

Color Harmonies of #DC24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC24AB

Black with #DC24AB

Text Example


Text Example

White with #DC24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC24AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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