Html Css Color HEX #DD17BC Shocking Pink

📋 copy color: '#DD17BC'

red 221 ◦ green 23 ◦ blue 188

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

Shades of Shocking Pink #DD17BC

Tints of Shocking Pink #DD17BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 51.16%
G = 5.32%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD17BC (or 0xDD17BC) is known color: Shocking Pink. HEX triplet: DD, 17 and BC. RGB value is (221,23,188). Sum of RGB (Red+Green+Blue) = 221+23+188=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17BC is #22E843. Grayscale: #646464. Windows color (decimal): -2287684 or 12326877. OLE color: 12326877.

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

Color convert

RGB 221 23 188 -
CMYK 0 0.90 0.15 0.13
HSL 310º 0.81% 0.48% -
HSV(B) 310º 0.9% 0.87% -
XYZ 39.2 19.62 49.3 -
YUV 101.01 177.1 213.58 -
System Red Green Blue C M Y K H S L
Decimal 221 23 188 0 0.90 0.15 0.13 310 0.81 0.48
Hex DD 17 BC 0 5A F D 136 51 30
Octal 335 27 274 0 132 17 15 466 121 60
Binary 11011101 10111 10111100 0 1011010 1111 1101 100110110 1010001 110000

Color Harmonies of #DD17BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17BC

Black with #DD17BC

Text Example


Text Example

White with #DD17BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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