Html Css Color HEX #DD17BA Shocking Pink

📋 copy color: '#DD17BA'

red 221 ◦ green 23 ◦ blue 186

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

Shades of Shocking Pink #DD17BA

Tints of Shocking Pink #DD17BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 51.4%
G = 5.35%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD17BA (or 0xDD17BA) is known color: Shocking Pink. HEX triplet: DD, 17 and BA. RGB value is (221,23,186). Sum of RGB (Red+Green+Blue) = 221+23+186=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17BA is #22E845. Grayscale: #646464. Windows color (decimal): -2287686 or 12195805. OLE color: 12195805.

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

Color convert

RGB 221 23 186 -
CMYK 0 0.90 0.16 0.13
HSL 310.61º 0.81% 0.48% -
HSV(B) 310.61º 0.9% 0.87% -
XYZ 38.99 19.53 48.17 -
YUV 100.78 176.1 213.75 -
System Red Green Blue C M Y K H S L
Decimal 221 23 186 0 0.90 0.16 0.13 310.61 0.81 0.48
Hex DD 17 BA 0 5A 10 D 137 51 30
Octal 335 27 272 0 132 20 15 467 121 60
Binary 11011101 10111 10111010 0 1011010 10000 1101 100110111 1010001 110000

Color Harmonies of #DD17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17BA

Black with #DD17BA

Text Example


Text Example

White with #DD17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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