Html Css Color HEX #DD25A9 Spicy Pink

📋 copy color: '#DD25A9'

red 221 ◦ green 37 ◦ blue 169

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

Shades of Spicy Pink #DD25A9

Tints of Spicy Pink #DD25A9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.67%

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

R = 51.76%
G = 8.67%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD25A9 (or 0xDD25A9) is known color: Spicy Pink. HEX triplet: DD, 25 and A9. RGB value is (221,37,169). Sum of RGB (Red+Green+Blue) = 221+37+169=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD25A9 is #22DA56. Grayscale: #6A6A6A. Windows color (decimal): -2284119 or 11085277. OLE color: 11085277.

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

Color convert

RGB 221 37 169 -
CMYK 0 0.83 0.24 0.13
HSL 316.96º 0.73% 0.51% -
HSV(B) 316.96º 0.83% 0.87% -
XYZ 37.64 19.56 39.33 -
YUV 107.06 162.96 209.27 -
System Red Green Blue C M Y K H S L
Decimal 221 37 169 0 0.83 0.24 0.13 316.96 0.73 0.51
Hex DD 25 A9 0 53 18 D 13D 49 33
Octal 335 45 251 0 123 30 15 475 111 63
Binary 11011101 100101 10101001 0 1010011 11000 1101 100111101 1001001 110011

Color Harmonies of #DD25A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25A9

Black with #DD25A9

Text Example


Text Example

White with #DD25A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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