Html Css Color HEX #DD22B3 Spicy Pink

📋 copy color: '#DD22B3'

red 221 ◦ green 34 ◦ blue 179

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

Shades of Spicy Pink #DD22B3

Tints of Spicy Pink #DD22B3

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.83%

 BLUE value IS 179 (70.31% from 255) = 41.24%

R = 50.92%
G = 7.83%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD22B3 (or 0xDD22B3) is known color: Spicy Pink. HEX triplet: DD, 22 and B3. RGB value is (221,34,179). Sum of RGB (Red+Green+Blue) = 221+34+179=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22B3 is #22DD4C. Grayscale: #6A6A6A. Windows color (decimal): -2284877 or 11739869. OLE color: 11739869.

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

Color convert

RGB 221 34 179 -
CMYK 0 0.85 0.19 0.13
HSL 313.48º 0.73% 0.5% -
HSV(B) 313.48º 0.85% 0.87% -
XYZ 38.53 19.77 44.43 -
YUV 106.44 168.95 209.71 -
System Red Green Blue C M Y K H S L
Decimal 221 34 179 0 0.85 0.19 0.13 313.48 0.73 0.5
Hex DD 22 B3 0 55 13 D 139 49 32
Octal 335 42 263 0 125 23 15 471 111 62
Binary 11011101 100010 10110011 0 1010101 10011 1101 100111001 1001001 110010

Color Harmonies of #DD22B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD22B3

Black with #DD22B3

Text Example


Text Example

White with #DD22B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD22B3; }

 p { color: rgb(221,34,179); }

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

background-color css

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

 a { background-color: rgb(221,34,179); }

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

border-color css

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

 span { border-color: rgb(221,34,179); }

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