Html Css Color HEX #DD22C6 Shocking Pink

📋 copy color: '#DD22C6'

red 221 ◦ green 34 ◦ blue 198

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

Shades of Shocking Pink #DD22C6

Tints of Shocking Pink #DD22C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.71%

R = 48.79%
G = 7.51%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD22C6 (or 0xDD22C6) is known color: Shocking Pink. HEX triplet: DD, 22 and C6. RGB value is (221,34,198). Sum of RGB (Red+Green+Blue) = 221+34+198=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22C6 is #22DD39. Grayscale: #6C6C6C. Windows color (decimal): -2284858 or 12985053. OLE color: 12985053.

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

Color convert

RGB 221 34 198 -
CMYK 0 0.85 0.10 0.13
HSL 307.38º 0.73% 0.5% -
HSV(B) 307.38º 0.85% 0.87% -
XYZ 40.58 20.59 55.26 -
YUV 108.61 178.45 208.16 -
System Red Green Blue C M Y K H S L
Decimal 221 34 198 0 0.85 0.10 0.13 307.38 0.73 0.5
Hex DD 22 C6 0 55 A D 133 49 32
Octal 335 42 306 0 125 12 15 463 111 62
Binary 11011101 100010 11000110 0 1010101 1010 1101 100110011 1001001 110010

Color Harmonies of #DD22C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD22C6

Black with #DD22C6

Text Example


Text Example

White with #DD22C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD22C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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