Html Css Color HEX #DB0ABF Deep Magenta

📋 copy color: '#DB0ABF'

red 219 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #DB0ABF

Tints of Deep Magenta #DB0ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.38%

 BLUE value IS 191 (75% from 255) = 45.48%

R = 52.14%
G = 2.38%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB0ABF (or 0xDB0ABF) is known color: Deep Magenta. HEX triplet: DB, 0A and BF. RGB value is (219,10,191). Sum of RGB (Red+Green+Blue) = 219+10+191=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ABF is #24F540. Grayscale: #5C5C5C. Windows color (decimal): -2422081 or 12520155. OLE color: 12520155.

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

Color convert

RGB 219 10 191 -
CMYK 0 0.95 0.13 0.14
HSL 308.04º 0.91% 0.45% -
HSV(B) 308.04º 0.95% 0.86% -
XYZ 38.73 19.04 50.92 -
YUV 93.13 183.24 217.78 -
System Red Green Blue C M Y K H S L
Decimal 219 10 191 0 0.95 0.13 0.14 308.04 0.91 0.45
Hex DB A BF 0 5F D E 134 5B 2D
Octal 333 12 277 0 137 15 16 464 133 55
Binary 11011011 1010 10111111 0 1011111 1101 1110 100110100 1011011 101101

Color Harmonies of #DB0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0ABF

Black with #DB0ABF

Text Example


Text Example

White with #DB0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0ABF; }

 p { color: rgb(219,10,191); }

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

background-color css

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

 a { background-color: rgb(219,10,191); }

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

border-color css

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

 span { border-color: rgb(219,10,191); }

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