Html Css Color HEX #DB07DE Deep Magenta

📋 copy color: '#DB07DE'

red 219 ◦ green 7 ◦ blue 222

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

Shades of Deep Magenta #DB07DE

Tints of Deep Magenta #DB07DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.55%

R = 48.88%
G = 1.56%
B = 49.55%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB07DE (or 0xDB07DE) is known color: Deep Magenta. HEX triplet: DB, 07 and DE. RGB value is (219,7,222). Sum of RGB (Red+Green+Blue) = 219+7+222=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB07DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07DE is #24F821. Grayscale: #5E5E5E. Windows color (decimal): -2422818 or 14551003. OLE color: 14551003.

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

Color convert

RGB 219 7 222 -
CMYK 0.01 0.97 0 0.13
HSL 299.16º 0.94% 0.45% -
HSV(B) 299.16º 0.97% 0.87% -
XYZ 42.47 20.49 70.82 -
YUV 94.9 199.74 216.52 -
System Red Green Blue C M Y K H S L
Decimal 219 7 222 0.01 0.97 0 0.13 299.16 0.94 0.45
Hex DB 7 DE 1 61 0 D 12B 5E 2D
Octal 333 7 336 1 141 0 15 453 136 55
Binary 11011011 111 11011110 1 1100001 0 1101 100101011 1011110 101101

Color Harmonies of #DB07DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB07DE

Black with #DB07DE

Text Example


Text Example

White with #DB07DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB07DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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