Html Css Color HEX #DB19BB Shocking Pink

📋 copy color: '#DB19BB'

red 219 ◦ green 25 ◦ blue 187

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

Shades of Shocking Pink #DB19BB

Tints of Shocking Pink #DB19BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 50.81%
G = 5.8%
B = 43.39%

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

#DB19BB (or 0xDB19BB) is known color: Shocking Pink. HEX triplet: DB, 19 and BB. RGB value is (219,25,187). Sum of RGB (Red+Green+Blue) = 219+25+187=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19BB is #24E644. Grayscale: #656565. Windows color (decimal): -2418245 or 12261851. OLE color: 12261851.

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

Color convert

RGB 219 25 187 -
CMYK 0 0.89 0.15 0.14
HSL 309.9º 0.8% 0.48% -
HSV(B) 309.9º 0.89% 0.86% -
XYZ 38.53 19.34 48.72 -
YUV 101.47 176.27 211.83 -
System Red Green Blue C M Y K H S L
Decimal 219 25 187 0 0.89 0.15 0.14 309.9 0.8 0.48
Hex DB 19 BB 0 59 F E 136 50 30
Octal 333 31 273 0 131 17 16 466 120 60
Binary 11011011 11001 10111011 0 1011001 1111 1110 100110110 1010000 110000

Color Harmonies of #DB19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19BB

Black with #DB19BB

Text Example


Text Example

White with #DB19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB19BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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