Html Css Color HEX #DB0DBF Deep Magenta

📋 copy color: '#DB0DBF'

red 219 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #DB0DBF

Tints of Deep Magenta #DB0DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.07%

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

R = 51.77%
G = 3.07%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB0DBF (or 0xDB0DBF) is known color: Deep Magenta. HEX triplet: DB, 0D and BF. RGB value is (219,13,191). Sum of RGB (Red+Green+Blue) = 219+13+191=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DBF is #24F240. Grayscale: #5E5E5E. Windows color (decimal): -2421313 or 12520923. OLE color: 12520923.

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

Color convert

RGB 219 13 191 -
CMYK 0 0.94 0.13 0.14
HSL 308.16º 0.89% 0.45% -
HSV(B) 308.16º 0.94% 0.86% -
XYZ 38.76 19.11 50.94 -
YUV 94.89 182.25 216.53 -
System Red Green Blue C M Y K H S L
Decimal 219 13 191 0 0.94 0.13 0.14 308.16 0.89 0.45
Hex DB D BF 0 5E D E 134 59 2D
Octal 333 15 277 0 136 15 16 464 131 55
Binary 11011011 1101 10111111 0 1011110 1101 1110 100110100 1011001 101101

Color Harmonies of #DB0DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DBF

Black with #DB0DBF

Text Example


Text Example

White with #DB0DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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