Html Css Color HEX #DD24AD Spicy Pink

📋 copy color: '#DD24AD'

red 221 ◦ green 36 ◦ blue 173

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

Shades of Spicy Pink #DD24AD

Tints of Spicy Pink #DD24AD

RGB

 RED value IS 221 (86.72% from 255) = 51.4%

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

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

R = 51.4%
G = 8.37%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD24AD (or 0xDD24AD) is known color: Spicy Pink. HEX triplet: DD, 24 and AD. RGB value is (221,36,173). Sum of RGB (Red+Green+Blue) = 221+36+173=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD24AD is #22DB52. Grayscale: #6A6A6A. Windows color (decimal): -2284371 or 11347165. OLE color: 11347165.

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

Color convert

RGB 221 36 173 -
CMYK 0 0.84 0.22 0.13
HSL 315.57º 0.73% 0.5% -
HSV(B) 315.57º 0.84% 0.87% -
XYZ 37.99 19.65 41.33 -
YUV 106.93 165.29 209.36 -
System Red Green Blue C M Y K H S L
Decimal 221 36 173 0 0.84 0.22 0.13 315.57 0.73 0.5
Hex DD 24 AD 0 54 16 D 13C 49 32
Octal 335 44 255 0 124 26 15 474 111 62
Binary 11011101 100100 10101101 0 1010100 10110 1101 100111100 1001001 110010

Color Harmonies of #DD24AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24AD

Black with #DD24AD

Text Example


Text Example

White with #DD24AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24AD; }

 p { color: rgb(221,36,173); }

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

background-color css

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

 a { background-color: rgb(221,36,173); }

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

border-color css

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

 span { border-color: rgb(221,36,173); }

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