Html Css Color HEX #DD17B6 Shocking Pink

📋 copy color: '#DD17B6'

red 221 ◦ green 23 ◦ blue 182

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

Shades of Shocking Pink #DD17B6

Tints of Shocking Pink #DD17B6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.4%

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

R = 51.88%
G = 5.4%
B = 42.72%

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

#DD17B6 (or 0xDD17B6) is known color: Shocking Pink. HEX triplet: DD, 17 and B6. RGB value is (221,23,182). Sum of RGB (Red+Green+Blue) = 221+23+182=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17B6 is #22E849. Grayscale: #636363. Windows color (decimal): -2287690 or 11933661. OLE color: 11933661.

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

Color convert

RGB 221 23 182 -
CMYK 0 0.90 0.18 0.13
HSL 311.82º 0.81% 0.48% -
HSV(B) 311.82º 0.9% 0.87% -
XYZ 38.57 19.36 45.96 -
YUV 100.33 174.1 214.07 -
System Red Green Blue C M Y K H S L
Decimal 221 23 182 0 0.90 0.18 0.13 311.82 0.81 0.48
Hex DD 17 B6 0 5A 12 D 138 51 30
Octal 335 27 266 0 132 22 15 470 121 60
Binary 11011101 10111 10110110 0 1011010 10010 1101 100111000 1010001 110000

Color Harmonies of #DD17B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17B6

Black with #DD17B6

Text Example


Text Example

White with #DD17B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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