Html Css Color HEX #DD24AB Spicy Pink

📋 copy color: '#DD24AB'

red 221 ◦ green 36 ◦ blue 171

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

Shades of Spicy Pink #DD24AB

Tints of Spicy Pink #DD24AB

RGB

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

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

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

R = 51.64%
G = 8.41%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD24AB (or 0xDD24AB) is known color: Spicy Pink. HEX triplet: DD, 24 and AB. RGB value is (221,36,171). Sum of RGB (Red+Green+Blue) = 221+36+171=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD24AB is #22DB54. Grayscale: #6A6A6A. Windows color (decimal): -2284373 or 11216093. OLE color: 11216093.

HSL color Cylindrical-coordinate representation of color #DD24AB: hue angle of 316.22º 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 #DD24AB is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 36 171 -
CMYK 0 0.84 0.23 0.13
HSL 316.22º 0.73% 0.5% -
HSV(B) 316.22º 0.84% 0.87% -
XYZ 37.8 19.57 40.31 -
YUV 106.71 164.29 209.52 -
System Red Green Blue C M Y K H S L
Decimal 221 36 171 0 0.84 0.23 0.13 316.22 0.73 0.5
Hex DD 24 AB 0 54 17 D 13C 49 32
Octal 335 44 253 0 124 27 15 474 111 62
Binary 11011101 100100 10101011 0 1010100 10111 1101 100111100 1001001 110010

Color Harmonies of #DD24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24AB

Black with #DD24AB

Text Example


Text Example

White with #DD24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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