Html Css Color HEX #DD25AA Spicy Pink

📋 copy color: '#DD25AA'

red 221 ◦ green 37 ◦ blue 170

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

Shades of Spicy Pink #DD25AA

Tints of Spicy Pink #DD25AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.72%

R = 51.64%
G = 8.64%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD25AA (or 0xDD25AA) is known color: Spicy Pink. HEX triplet: DD, 25 and AA. RGB value is (221,37,170). Sum of RGB (Red+Green+Blue) = 221+37+170=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD25AA is #22DA55. Grayscale: #6A6A6A. Windows color (decimal): -2284118 or 11150813. OLE color: 11150813.

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

Color convert

RGB 221 37 170 -
CMYK 0 0.83 0.23 0.13
HSL 316.63º 0.73% 0.51% -
HSV(B) 316.63º 0.83% 0.87% -
XYZ 37.74 19.6 39.82 -
YUV 107.18 163.46 209.19 -
System Red Green Blue C M Y K H S L
Decimal 221 37 170 0 0.83 0.23 0.13 316.63 0.73 0.51
Hex DD 25 AA 0 53 17 D 13D 49 33
Octal 335 45 252 0 123 27 15 475 111 63
Binary 11011101 100101 10101010 0 1010011 10111 1101 100111101 1001001 110011

Color Harmonies of #DD25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25AA

Black with #DD25AA

Text Example


Text Example

White with #DD25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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