Html Css Color HEX #DD28B6 Spicy Pink

📋 copy color: '#DD28B6'

red 221 ◦ green 40 ◦ blue 182

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

Shades of Spicy Pink #DD28B6

Tints of Spicy Pink #DD28B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.08%

R = 49.89%
G = 9.03%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD28B6 (or 0xDD28B6) is known color: Spicy Pink. HEX triplet: DD, 28 and B6. RGB value is (221,40,182). Sum of RGB (Red+Green+Blue) = 221+40+182=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28B6 is #22D749. Grayscale: #6D6D6D. Windows color (decimal): -2283338 or 11938013. OLE color: 11938013.

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

Color convert

RGB 221 40 182 -
CMYK 0 0.82 0.18 0.13
HSL 312.93º 0.73% 0.51% -
HSV(B) 312.93º 0.82% 0.87% -
XYZ 39.02 20.27 46.11 -
YUV 110.31 168.47 206.95 -
System Red Green Blue C M Y K H S L
Decimal 221 40 182 0 0.82 0.18 0.13 312.93 0.73 0.51
Hex DD 28 B6 0 52 12 D 139 49 33
Octal 335 50 266 0 122 22 15 471 111 63
Binary 11011101 101000 10110110 0 1010010 10010 1101 100111001 1001001 110011

Color Harmonies of #DD28B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28B6

Black with #DD28B6

Text Example


Text Example

White with #DD28B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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