Html Css Color HEX #DC19B9 Shocking Pink

📋 copy color: '#DC19B9'

red 220 ◦ green 25 ◦ blue 185

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

Shades of Shocking Pink #DC19B9

Tints of Shocking Pink #DC19B9

RGB

 RED value IS 220 (86.33% from 255) = 51.16%

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

 BLUE value IS 185 (72.66% from 255) = 43.02%

R = 51.16%
G = 5.81%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC19B9 (or 0xDC19B9) is known color: Shocking Pink. HEX triplet: DC, 19 and B9. RGB value is (220,25,185). Sum of RGB (Red+Green+Blue) = 220+25+185=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19B9 is #23E646. Grayscale: #656565. Windows color (decimal): -2352711 or 12130780. OLE color: 12130780.

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

Color convert

RGB 220 25 185 -
CMYK 0 0.89 0.16 0.14
HSL 310.77º 0.8% 0.48% -
HSV(B) 310.77º 0.89% 0.86% -
XYZ 38.62 19.41 47.61 -
YUV 101.55 175.1 212.49 -
System Red Green Blue C M Y K H S L
Decimal 220 25 185 0 0.89 0.16 0.14 310.77 0.8 0.48
Hex DC 19 B9 0 59 10 E 137 50 30
Octal 334 31 271 0 131 20 16 467 120 60
Binary 11011100 11001 10111001 0 1011001 10000 1110 100110111 1010000 110000

Color Harmonies of #DC19B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19B9

Black with #DC19B9

Text Example


Text Example

White with #DC19B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19B9; }

 p { color: rgb(220,25,185); }

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

background-color css

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

 a { background-color: rgb(220,25,185); }

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

border-color css

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

 span { border-color: rgb(220,25,185); }

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