Html Css Color HEX #DB15BE Deep Magenta

📋 copy color: '#DB15BE'

red 219 ◦ green 21 ◦ blue 190

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

Shades of Deep Magenta #DB15BE

Tints of Deep Magenta #DB15BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.88%

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

R = 50.93%
G = 4.88%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB15BE (or 0xDB15BE) is known color: Deep Magenta. HEX triplet: DB, 15 and BE. RGB value is (219,21,190). Sum of RGB (Red+Green+Blue) = 219+21+190=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB15BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB15BE is #24EA41. Grayscale: #626262. Windows color (decimal): -2419266 or 12457435. OLE color: 12457435.

HSL color Cylindrical-coordinate representation of color #DB15BE: hue angle of 308.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB15BE is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 190 -
CMYK 0 0.90 0.13 0.14
HSL 308.79º 0.83% 0.47% -
HSV(B) 308.79º 0.9% 0.86% -
XYZ 38.78 19.31 50.4 -
YUV 99.47 179.1 213.26 -
System Red Green Blue C M Y K H S L
Decimal 219 21 190 0 0.90 0.13 0.14 308.79 0.83 0.47
Hex DB 15 BE 0 5A D E 135 52 2F
Octal 333 25 276 0 132 15 16 465 122 57
Binary 11011011 10101 10111110 0 1011010 1101 1110 100110101 1010010 101111

Color Harmonies of #DB15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB15BE

Black with #DB15BE

Text Example


Text Example

White with #DB15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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