Html Css Color HEX #DB19B2 Shocking Pink

📋 copy color: '#DB19B2'

red 219 ◦ green 25 ◦ blue 178

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

Shades of Shocking Pink #DB19B2

Tints of Shocking Pink #DB19B2

RGB

 RED value IS 219 (85.94% from 255) = 51.9%

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

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 51.9%
G = 5.92%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB19B2 (or 0xDB19B2) is known color: Shocking Pink. HEX triplet: DB, 19 and B2. RGB value is (219,25,178). Sum of RGB (Red+Green+Blue) = 219+25+178=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB19B2 is #24E64D. Grayscale: #646464. Windows color (decimal): -2418254 or 11672027. OLE color: 11672027.

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

Color convert

RGB 219 25 178 -
CMYK 0 0.89 0.19 0.14
HSL 312.68º 0.8% 0.48% -
HSV(B) 312.68º 0.89% 0.86% -
XYZ 37.6 18.97 43.8 -
YUV 100.45 171.77 212.56 -
System Red Green Blue C M Y K H S L
Decimal 219 25 178 0 0.89 0.19 0.14 312.68 0.8 0.48
Hex DB 19 B2 0 59 13 E 139 50 30
Octal 333 31 262 0 131 23 16 471 120 60
Binary 11011011 11001 10110010 0 1011001 10011 1110 100111001 1010000 110000

Color Harmonies of #DB19B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19B2

Black with #DB19B2

Text Example


Text Example

White with #DB19B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB19B2; }

 p { color: rgb(219,25,178); }

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

background-color css

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

 a { background-color: rgb(219,25,178); }

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

border-color css

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

 span { border-color: rgb(219,25,178); }

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