Html Css Color HEX #DB07BE Deep Magenta

📋 copy color: '#DB07BE'

red 219 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #DB07BE

Tints of Deep Magenta #DB07BE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.68%

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

R = 52.64%
G = 1.68%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB07BE (or 0xDB07BE) is known color: Deep Magenta. HEX triplet: DB, 07 and BE. RGB value is (219,7,190). Sum of RGB (Red+Green+Blue) = 219+7+190=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07BE is #24F841. Grayscale: #5A5A5A. Windows color (decimal): -2422850 or 12453851. OLE color: 12453851.

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

Color convert

RGB 219 7 190 -
CMYK 0 0.97 0.13 0.14
HSL 308.21º 0.94% 0.44% -
HSV(B) 308.21º 0.97% 0.86% -
XYZ 38.58 18.93 50.34 -
YUV 91.25 183.74 219.12 -
System Red Green Blue C M Y K H S L
Decimal 219 7 190 0 0.97 0.13 0.14 308.21 0.94 0.44
Hex DB 7 BE 0 61 D E 134 5E 2C
Octal 333 7 276 0 141 15 16 464 136 54
Binary 11011011 111 10111110 0 1100001 1101 1110 100110100 1011110 101100

Color Harmonies of #DB07BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB07BE

Black with #DB07BE

Text Example


Text Example

White with #DB07BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB07BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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