Html Css Color HEX #DD28AE Spicy Pink

📋 copy color: '#DD28AE'

red 221 ◦ green 40 ◦ blue 174

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

Shades of Spicy Pink #DD28AE

Tints of Spicy Pink #DD28AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.2%

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

R = 50.8%
G = 9.2%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD28AE (or 0xDD28AE) is known color: Spicy Pink. HEX triplet: DD, 28 and AE. RGB value is (221,40,174). Sum of RGB (Red+Green+Blue) = 221+40+174=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28AE is #22D751. Grayscale: #6D6D6D. Windows color (decimal): -2283346 or 11413725. OLE color: 11413725.

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

Color convert

RGB 221 40 174 -
CMYK 0 0.82 0.21 0.13
HSL 315.58º 0.73% 0.51% -
HSV(B) 315.58º 0.82% 0.87% -
XYZ 38.22 19.95 41.88 -
YUV 109.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 221 40 174 0 0.82 0.21 0.13 315.58 0.73 0.51
Hex DD 28 AE 0 52 15 D 13C 49 33
Octal 335 50 256 0 122 25 15 474 111 63
Binary 11011101 101000 10101110 0 1010010 10101 1101 100111100 1001001 110011

Color Harmonies of #DD28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28AE

Black with #DD28AE

Text Example


Text Example

White with #DD28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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