Html Css Color HEX #DD17B3 Shocking Pink

📋 copy color: '#DD17B3'

red 221 ◦ green 23 ◦ blue 179

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

Shades of Shocking Pink #DD17B3

Tints of Shocking Pink #DD17B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 52.25%
G = 5.44%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD17B3 (or 0xDD17B3) is known color: Shocking Pink. HEX triplet: DD, 17 and B3. RGB value is (221,23,179). Sum of RGB (Red+Green+Blue) = 221+23+179=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17B3 is #22E84C. Grayscale: #636363. Windows color (decimal): -2287693 or 11737053. OLE color: 11737053.

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

Color convert

RGB 221 23 179 -
CMYK 0 0.90 0.19 0.13
HSL 312.73º 0.81% 0.48% -
HSV(B) 312.73º 0.9% 0.87% -
XYZ 38.26 19.24 44.34 -
YUV 99.99 172.6 214.32 -
System Red Green Blue C M Y K H S L
Decimal 221 23 179 0 0.90 0.19 0.13 312.73 0.81 0.48
Hex DD 17 B3 0 5A 13 D 139 51 30
Octal 335 27 263 0 132 23 15 471 121 60
Binary 11011101 10111 10110011 0 1011010 10011 1101 100111001 1010001 110000

Color Harmonies of #DD17B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17B3

Black with #DD17B3

Text Example


Text Example

White with #DD17B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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