Html Css Color HEX #DB19BA Shocking Pink

📋 copy color: '#DB19BA'

red 219 ◦ green 25 ◦ blue 186

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

Shades of Shocking Pink #DB19BA

Tints of Shocking Pink #DB19BA

RGB

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

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

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

R = 50.93%
G = 5.81%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB19BA (or 0xDB19BA) is known color: Shocking Pink. HEX triplet: DB, 19 and BA. RGB value is (219,25,186). Sum of RGB (Red+Green+Blue) = 219+25+186=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19BA is #24E645. Grayscale: #646464. Windows color (decimal): -2418246 or 12196315. OLE color: 12196315.

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

Color convert

RGB 219 25 186 -
CMYK 0 0.89 0.15 0.14
HSL 310.21º 0.8% 0.48% -
HSV(B) 310.21º 0.89% 0.86% -
XYZ 38.42 19.3 48.15 -
YUV 101.36 175.77 211.91 -
System Red Green Blue C M Y K H S L
Decimal 219 25 186 0 0.89 0.15 0.14 310.21 0.8 0.48
Hex DB 19 BA 0 59 F E 136 50 30
Octal 333 31 272 0 131 17 16 466 120 60
Binary 11011011 11001 10111010 0 1011001 1111 1110 100110110 1010000 110000

Color Harmonies of #DB19BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19BA

Black with #DB19BA

Text Example


Text Example

White with #DB19BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB19BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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