Html Css Color HEX #DB19B5 Shocking Pink

📋 copy color: '#DB19B5'

red 219 ◦ green 25 ◦ blue 181

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

Shades of Shocking Pink #DB19B5

Tints of Shocking Pink #DB19B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.59%

R = 51.53%
G = 5.88%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB19B5 (or 0xDB19B5) is known color: Shocking Pink. HEX triplet: DB, 19 and B5. RGB value is (219,25,181). Sum of RGB (Red+Green+Blue) = 219+25+181=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19B5 is #24E64A. Grayscale: #646464. Windows color (decimal): -2418251 or 11868635. OLE color: 11868635.

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

Color convert

RGB 219 25 181 -
CMYK 0 0.89 0.17 0.14
HSL 311.75º 0.8% 0.48% -
HSV(B) 311.75º 0.89% 0.86% -
XYZ 37.9 19.09 45.4 -
YUV 100.79 173.27 212.32 -
System Red Green Blue C M Y K H S L
Decimal 219 25 181 0 0.89 0.17 0.14 311.75 0.8 0.48
Hex DB 19 B5 0 59 11 E 138 50 30
Octal 333 31 265 0 131 21 16 470 120 60
Binary 11011011 11001 10110101 0 1011001 10001 1110 100111000 1010000 110000

Color Harmonies of #DB19B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19B5

Black with #DB19B5

Text Example


Text Example

White with #DB19B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB19B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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