Html Css Color HEX #DD23A9 Spicy Pink

📋 copy color: '#DD23A9'

red 221 ◦ green 35 ◦ blue 169

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

Shades of Spicy Pink #DD23A9

Tints of Spicy Pink #DD23A9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.24%

 BLUE value IS 169 (66.41% from 255) = 39.76%

R = 52%
G = 8.24%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD23A9 (or 0xDD23A9) is known color: Spicy Pink. HEX triplet: DD, 23 and A9. RGB value is (221,35,169). Sum of RGB (Red+Green+Blue) = 221+35+169=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD23A9 is #22DC56. Grayscale: #696969. Windows color (decimal): -2284631 or 11084765. OLE color: 11084765.

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

Color convert

RGB 221 35 169 -
CMYK 0 0.84 0.24 0.13
HSL 316.77º 0.73% 0.5% -
HSV(B) 316.77º 0.84% 0.87% -
XYZ 37.58 19.44 39.31 -
YUV 105.89 163.62 210.1 -
System Red Green Blue C M Y K H S L
Decimal 221 35 169 0 0.84 0.24 0.13 316.77 0.73 0.5
Hex DD 23 A9 0 54 18 D 13D 49 32
Octal 335 43 251 0 124 30 15 475 111 62
Binary 11011101 100011 10101001 0 1010100 11000 1101 100111101 1001001 110010

Color Harmonies of #DD23A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD23A9

Black with #DD23A9

Text Example


Text Example

White with #DD23A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD23A9; }

 p { color: rgb(221,35,169); }

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

background-color css

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

 a { background-color: rgb(221,35,169); }

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

border-color css

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

 span { border-color: rgb(221,35,169); }

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