Html Css Color HEX #DD19BA Shocking Pink

📋 copy color: '#DD19BA'

red 221 ◦ green 25 ◦ blue 186

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

Shades of Shocking Pink #DD19BA

Tints of Shocking Pink #DD19BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.79%

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

R = 51.16%
G = 5.79%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD19BA (or 0xDD19BA) is known color: Shocking Pink. HEX triplet: DD, 19 and BA. RGB value is (221,25,186). Sum of RGB (Red+Green+Blue) = 221+25+186=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD19BA is #22E645. Grayscale: #656565. Windows color (decimal): -2287174 or 12196317. OLE color: 12196317.

HSL color Cylindrical-coordinate representation of color #DD19BA: hue angle of 310.71º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD19BA is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 25 186 -
CMYK 0 0.89 0.16 0.13
HSL 310.71º 0.8% 0.48% -
HSV(B) 310.71º 0.89% 0.87% -
XYZ 39.03 19.61 48.18 -
YUV 101.96 175.43 212.91 -
System Red Green Blue C M Y K H S L
Decimal 221 25 186 0 0.89 0.16 0.13 310.71 0.8 0.48
Hex DD 19 BA 0 59 10 D 137 50 30
Octal 335 31 272 0 131 20 15 467 120 60
Binary 11011101 11001 10111010 0 1011001 10000 1101 100110111 1010000 110000

Color Harmonies of #DD19BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19BA

Black with #DD19BA

Text Example


Text Example

White with #DD19BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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