Html Css Color HEX #DD28B8 Spicy Pink

📋 copy color: '#DD28B8'

red 221 ◦ green 40 ◦ blue 184

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

Shades of Spicy Pink #DD28B8

Tints of Spicy Pink #DD28B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.35%

R = 49.66%
G = 8.99%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD28B8 (or 0xDD28B8) is known color: Spicy Pink. HEX triplet: DD, 28 and B8. RGB value is (221,40,184). Sum of RGB (Red+Green+Blue) = 221+40+184=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28B8 is #22D747. Grayscale: #6E6E6E. Windows color (decimal): -2283336 or 12069085. OLE color: 12069085.

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

Color convert

RGB 221 40 184 -
CMYK 0 0.82 0.17 0.13
HSL 312.27º 0.73% 0.51% -
HSV(B) 312.27º 0.82% 0.87% -
XYZ 39.23 20.35 47.21 -
YUV 110.54 169.47 206.79 -
System Red Green Blue C M Y K H S L
Decimal 221 40 184 0 0.82 0.17 0.13 312.27 0.73 0.51
Hex DD 28 B8 0 52 11 D 138 49 33
Octal 335 50 270 0 122 21 15 470 111 63
Binary 11011101 101000 10111000 0 1010010 10001 1101 100111000 1001001 110011

Color Harmonies of #DD28B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28B8

Black with #DD28B8

Text Example


Text Example

White with #DD28B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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