Html Css Color HEX #DD28B0 Spicy Pink

📋 copy color: '#DD28B0'

red 221 ◦ green 40 ◦ blue 176

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

Shades of Spicy Pink #DD28B0

Tints of Spicy Pink #DD28B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.27%

R = 50.57%
G = 9.15%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD28B0 (or 0xDD28B0) is known color: Spicy Pink. HEX triplet: DD, 28 and B0. RGB value is (221,40,176). Sum of RGB (Red+Green+Blue) = 221+40+176=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28B0 is #22D74F. Grayscale: #6D6D6D. Windows color (decimal): -2283344 or 11544797. OLE color: 11544797.

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

Color convert

RGB 221 40 176 -
CMYK 0 0.82 0.20 0.13
HSL 314.92º 0.73% 0.51% -
HSV(B) 314.92º 0.82% 0.87% -
XYZ 38.41 20.02 42.91 -
YUV 109.62 165.47 207.44 -
System Red Green Blue C M Y K H S L
Decimal 221 40 176 0 0.82 0.20 0.13 314.92 0.73 0.51
Hex DD 28 B0 0 52 14 D 13B 49 33
Octal 335 50 260 0 122 24 15 473 111 63
Binary 11011101 101000 10110000 0 1010010 10100 1101 100111011 1001001 110011

Color Harmonies of #DD28B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28B0

Black with #DD28B0

Text Example


Text Example

White with #DD28B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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