Html Css Color HEX #DD19B4 Shocking Pink

📋 copy color: '#DD19B4'

red 221 ◦ green 25 ◦ blue 180

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

Shades of Shocking Pink #DD19B4

Tints of Shocking Pink #DD19B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.25%

R = 51.88%
G = 5.87%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD19B4 (or 0xDD19B4) is known color: Shocking Pink. HEX triplet: DD, 19 and B4. RGB value is (221,25,180). Sum of RGB (Red+Green+Blue) = 221+25+180=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD19B4 is #22E64B. Grayscale: #646464. Windows color (decimal): -2287180 or 11803101. OLE color: 11803101.

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

Color convert

RGB 221 25 180 -
CMYK 0 0.89 0.19 0.13
HSL 312.55º 0.8% 0.48% -
HSV(B) 312.55º 0.89% 0.87% -
XYZ 38.4 19.36 44.89 -
YUV 101.27 172.43 213.4 -
System Red Green Blue C M Y K H S L
Decimal 221 25 180 0 0.89 0.19 0.13 312.55 0.8 0.48
Hex DD 19 B4 0 59 13 D 139 50 30
Octal 335 31 264 0 131 23 15 471 120 60
Binary 11011101 11001 10110100 0 1011001 10011 1101 100111001 1010000 110000

Color Harmonies of #DD19B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19B4

Black with #DD19B4

Text Example


Text Example

White with #DD19B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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