Html Css Color HEX #DD17B0 Shocking Pink

📋 copy color: '#DD17B0'

red 221 ◦ green 23 ◦ blue 176

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

Shades of Shocking Pink #DD17B0

Tints of Shocking Pink #DD17B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.9%

R = 52.62%
G = 5.48%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD17B0 (or 0xDD17B0) is known color: Shocking Pink. HEX triplet: DD, 17 and B0. RGB value is (221,23,176). Sum of RGB (Red+Green+Blue) = 221+23+176=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD17B0 is #22E84F. Grayscale: #636363. Windows color (decimal): -2287696 or 11540445. OLE color: 11540445.

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

Color convert

RGB 221 23 176 -
CMYK 0 0.90 0.20 0.13
HSL 313.64º 0.81% 0.48% -
HSV(B) 313.64º 0.9% 0.87% -
XYZ 37.96 19.12 42.76 -
YUV 99.64 171.1 214.56 -
System Red Green Blue C M Y K H S L
Decimal 221 23 176 0 0.90 0.20 0.13 313.64 0.81 0.48
Hex DD 17 B0 0 5A 14 D 13A 51 30
Octal 335 27 260 0 132 24 15 472 121 60
Binary 11011101 10111 10110000 0 1011010 10100 1101 100111010 1010001 110000

Color Harmonies of #DD17B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17B0

Black with #DD17B0

Text Example


Text Example

White with #DD17B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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