Html Css Color HEX #DD16B6 Shocking Pink

📋 copy color: '#DD16B6'

red 221 ◦ green 22 ◦ blue 182

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

Shades of Shocking Pink #DD16B6

Tints of Shocking Pink #DD16B6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.18%

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

R = 52%
G = 5.18%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD16B6 (or 0xDD16B6) is known color: Shocking Pink. HEX triplet: DD, 16 and B6. RGB value is (221,22,182). Sum of RGB (Red+Green+Blue) = 221+22+182=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16B6 is #22E949. Grayscale: #636363. Windows color (decimal): -2287946 or 11933405. OLE color: 11933405.

HSL color Cylindrical-coordinate representation of color #DD16B6: hue angle of 311.76º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD16B6 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 182 -
CMYK 0 0.90 0.18 0.13
HSL 311.76º 0.82% 0.48% -
HSV(B) 311.76º 0.9% 0.87% -
XYZ 38.55 19.32 45.95 -
YUV 99.74 174.43 214.49 -
System Red Green Blue C M Y K H S L
Decimal 221 22 182 0 0.90 0.18 0.13 311.76 0.82 0.48
Hex DD 16 B6 0 5A 12 D 138 52 30
Octal 335 26 266 0 132 22 15 470 122 60
Binary 11011101 10110 10110110 0 1011010 10010 1101 100111000 1010010 110000

Color Harmonies of #DD16B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD16B6

Black with #DD16B6

Text Example


Text Example

White with #DD16B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD16B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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