Html Css Color HEX #DD22B2 Spicy Pink

📋 copy color: '#DD22B2'

red 221 ◦ green 34 ◦ blue 178

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

Shades of Spicy Pink #DD22B2

Tints of Spicy Pink #DD22B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 51.04%
G = 7.85%
B = 41.11%

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

#DD22B2 (or 0xDD22B2) is known color: Spicy Pink. HEX triplet: DD, 22 and B2. RGB value is (221,34,178). Sum of RGB (Red+Green+Blue) = 221+34+178=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD22B2 is #22DD4D. Grayscale: #696969. Windows color (decimal): -2284878 or 11674333. OLE color: 11674333.

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

Color convert

RGB 221 34 178 -
CMYK 0 0.85 0.19 0.13
HSL 313.8º 0.73% 0.5% -
HSV(B) 313.8º 0.85% 0.87% -
XYZ 38.43 19.73 43.9 -
YUV 106.33 168.45 209.79 -
System Red Green Blue C M Y K H S L
Decimal 221 34 178 0 0.85 0.19 0.13 313.8 0.73 0.5
Hex DD 22 B2 0 55 13 D 13A 49 32
Octal 335 42 262 0 125 23 15 472 111 62
Binary 11011101 100010 10110010 0 1010101 10011 1101 100111010 1001001 110010

Color Harmonies of #DD22B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD22B2

Black with #DD22B2

Text Example


Text Example

White with #DD22B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD22B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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