Html Css Color HEX #DB1DBE Shocking Pink

📋 copy color: '#DB1DBE'

red 219 ◦ green 29 ◦ blue 190

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

Shades of Shocking Pink #DB1DBE

Tints of Shocking Pink #DB1DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.62%

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 50%
G = 6.62%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB1DBE (or 0xDB1DBE) is known color: Shocking Pink. HEX triplet: DB, 1D and BE. RGB value is (219,29,190). Sum of RGB (Red+Green+Blue) = 219+29+190=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DBE is #24E241. Grayscale: #676767. Windows color (decimal): -2417218 or 12459483. OLE color: 12459483.

HSL color Cylindrical-coordinate representation of color #DB1DBE: hue angle of 309.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1DBE is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 29 190 -
CMYK 0 0.87 0.13 0.14
HSL 309.16º 0.77% 0.49% -
HSV(B) 309.16º 0.87% 0.86% -
XYZ 38.95 19.66 50.46 -
YUV 104.16 176.45 209.91 -
System Red Green Blue C M Y K H S L
Decimal 219 29 190 0 0.87 0.13 0.14 309.16 0.77 0.49
Hex DB 1D BE 0 57 D E 135 4D 31
Octal 333 35 276 0 127 15 16 465 115 61
Binary 11011011 11101 10111110 0 1010111 1101 1110 100110101 1001101 110001

Color Harmonies of #DB1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1DBE

Black with #DB1DBE

Text Example


Text Example

White with #DB1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1DBE; }

 p { color: rgb(219,29,190); }

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

background-color css

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

 a { background-color: rgb(219,29,190); }

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

border-color css

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

 span { border-color: rgb(219,29,190); }

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