Html Css Color HEX #DB1BB9 Shocking Pink

📋 copy color: '#DB1BB9'

red 219 ◦ green 27 ◦ blue 185

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

Shades of Shocking Pink #DB1BB9

Tints of Shocking Pink #DB1BB9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.26%

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

R = 50.81%
G = 6.26%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB1BB9 (or 0xDB1BB9) is known color: Shocking Pink. HEX triplet: DB, 1B and B9. RGB value is (219,27,185). Sum of RGB (Red+Green+Blue) = 219+27+185=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BB9 is #24E446. Grayscale: #656565. Windows color (decimal): -2417735 or 12131291. OLE color: 12131291.

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

Color convert

RGB 219 27 185 -
CMYK 0 0.88 0.16 0.14
HSL 310.63º 0.78% 0.48% -
HSV(B) 310.63º 0.88% 0.86% -
XYZ 38.36 19.35 47.61 -
YUV 102.42 174.61 211.15 -
System Red Green Blue C M Y K H S L
Decimal 219 27 185 0 0.88 0.16 0.14 310.63 0.78 0.48
Hex DB 1B B9 0 58 10 E 137 4E 30
Octal 333 33 271 0 130 20 16 467 116 60
Binary 11011011 11011 10111001 0 1011000 10000 1110 100110111 1001110 110000

Color Harmonies of #DB1BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1BB9

Black with #DB1BB9

Text Example


Text Example

White with #DB1BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1BB9; }

 p { color: rgb(219,27,185); }

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

background-color css

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

 a { background-color: rgb(219,27,185); }

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

border-color css

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

 span { border-color: rgb(219,27,185); }

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