Html Css Color HEX #DB03DD Deep Magenta

📋 copy color: '#DB03DD'

red 219 ◦ green 3 ◦ blue 221

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

Shades of Deep Magenta #DB03DD

Tints of Deep Magenta #DB03DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 49.44%
G = 0.68%
B = 49.89%

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

#DB03DD (or 0xDB03DD) is known color: Deep Magenta. HEX triplet: DB, 03 and DD. RGB value is (219,3,221). Sum of RGB (Red+Green+Blue) = 219+3+221=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB03DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03DD is #24FC22. Grayscale: #5B5B5B. Windows color (decimal): -2423843 or 14484443. OLE color: 14484443.

HSL color Cylindrical-coordinate representation of color #DB03DD: hue angle of 299.45º 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 #DB03DD is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 3 221 -
CMYK 0.01 0.99 0 0.13
HSL 299.45º 0.97% 0.44% -
HSV(B) 299.45º 0.99% 0.87% -
XYZ 42.3 20.35 70.1 -
YUV 92.44 200.56 218.27 -
System Red Green Blue C M Y K H S L
Decimal 219 3 221 0.01 0.99 0 0.13 299.45 0.97 0.44
Hex DB 3 DD 1 63 0 D 12B 61 2C
Octal 333 3 335 1 143 0 15 453 141 54
Binary 11011011 11 11011101 1 1100011 0 1101 100101011 1100001 101100

Color Harmonies of #DB03DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB03DD

Black with #DB03DD

Text Example


Text Example

White with #DB03DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB03DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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