Html Css Color HEX #DD25AE Spicy Pink

📋 copy color: '#DD25AE'

red 221 ◦ green 37 ◦ blue 174

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

Shades of Spicy Pink #DD25AE

Tints of Spicy Pink #DD25AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 51.16%
G = 8.56%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD25AE (or 0xDD25AE) is known color: Spicy Pink. HEX triplet: DD, 25 and AE. RGB value is (221,37,174). Sum of RGB (Red+Green+Blue) = 221+37+174=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD25AE is #22DA51. Grayscale: #6B6B6B. Windows color (decimal): -2284114 or 11412957. OLE color: 11412957.

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

Color convert

RGB 221 37 174 -
CMYK 0 0.83 0.21 0.13
HSL 315.33º 0.73% 0.51% -
HSV(B) 315.33º 0.83% 0.87% -
XYZ 38.12 19.75 41.85 -
YUV 107.63 165.46 208.86 -
System Red Green Blue C M Y K H S L
Decimal 221 37 174 0 0.83 0.21 0.13 315.33 0.73 0.51
Hex DD 25 AE 0 53 15 D 13B 49 33
Octal 335 45 256 0 123 25 15 473 111 63
Binary 11011101 100101 10101110 0 1010011 10101 1101 100111011 1001001 110011

Color Harmonies of #DD25AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25AE

Black with #DD25AE

Text Example


Text Example

White with #DD25AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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