Html Css Color HEX #DB03DE Deep Magenta

📋 copy color: '#DB03DE'

red 219 ◦ green 3 ◦ blue 222

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

Shades of Deep Magenta #DB03DE

Tints of Deep Magenta #DB03DE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.68%

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

R = 49.32%
G = 0.68%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB03DE (or 0xDB03DE) is known color: Deep Magenta. HEX triplet: DB, 03 and DE. RGB value is (219,3,222). Sum of RGB (Red+Green+Blue) = 219+3+222=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB03DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03DE is #24FC21. Grayscale: #5B5B5B. Windows color (decimal): -2423842 or 14549979. OLE color: 14549979.

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

Color convert

RGB 219 3 222 -
CMYK 0.01 0.99 0 0.13
HSL 299.18º 0.97% 0.44% -
HSV(B) 299.18º 0.99% 0.87% -
XYZ 42.43 20.4 70.81 -
YUV 92.55 201.06 218.19 -
System Red Green Blue C M Y K H S L
Decimal 219 3 222 0.01 0.99 0 0.13 299.18 0.97 0.44
Hex DB 3 DE 1 63 0 D 12B 61 2C
Octal 333 3 336 1 143 0 15 453 141 54
Binary 11011011 11 11011110 1 1100011 0 1101 100101011 1100001 101100

Color Harmonies of #DB03DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB03DE

Black with #DB03DE

Text Example


Text Example

White with #DB03DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB03DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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