Html Css Color HEX #DD19BE Shocking Pink

📋 copy color: '#DD19BE'

red 221 ◦ green 25 ◦ blue 190

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

Shades of Shocking Pink #DD19BE

Tints of Shocking Pink #DD19BE

RGB

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

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

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

R = 50.69%
G = 5.73%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD19BE (or 0xDD19BE) is known color: Shocking Pink. HEX triplet: DD, 19 and BE. RGB value is (221,25,190). Sum of RGB (Red+Green+Blue) = 221+25+190=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD19BE is #22E641. Grayscale: #656565. Windows color (decimal): -2287170 or 12458461. OLE color: 12458461.

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

Color convert

RGB 221 25 190 -
CMYK 0 0.89 0.14 0.13
HSL 309.49º 0.8% 0.48% -
HSV(B) 309.49º 0.89% 0.87% -
XYZ 39.46 19.79 50.45 -
YUV 102.41 177.43 212.58 -
System Red Green Blue C M Y K H S L
Decimal 221 25 190 0 0.89 0.14 0.13 309.49 0.8 0.48
Hex DD 19 BE 0 59 E D 135 50 30
Octal 335 31 276 0 131 16 15 465 120 60
Binary 11011101 11001 10111110 0 1011001 1110 1101 100110101 1010000 110000

Color Harmonies of #DD19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19BE

Black with #DD19BE

Text Example


Text Example

White with #DD19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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