Html Css Color HEX #DD17BE Shocking Pink

📋 copy color: '#DD17BE'

red 221 ◦ green 23 ◦ blue 190

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

Shades of Shocking Pink #DD17BE

Tints of Shocking Pink #DD17BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 50.92%
G = 5.3%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD17BE (or 0xDD17BE) is known color: Shocking Pink. HEX triplet: DD, 17 and BE. RGB value is (221,23,190). Sum of RGB (Red+Green+Blue) = 221+23+190=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17BE is #22E841. Grayscale: #646464. Windows color (decimal): -2287682 or 12457949. OLE color: 12457949.

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

Color convert

RGB 221 23 190 -
CMYK 0 0.90 0.14 0.13
HSL 309.39º 0.81% 0.48% -
HSV(B) 309.39º 0.9% 0.87% -
XYZ 39.42 19.7 50.44 -
YUV 101.24 178.1 213.42 -
System Red Green Blue C M Y K H S L
Decimal 221 23 190 0 0.90 0.14 0.13 309.39 0.81 0.48
Hex DD 17 BE 0 5A E D 135 51 30
Octal 335 27 276 0 132 16 15 465 121 60
Binary 11011101 10111 10111110 0 1011010 1110 1101 100110101 1010001 110000

Color Harmonies of #DD17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17BE

Black with #DD17BE

Text Example


Text Example

White with #DD17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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