Html Css Color HEX #DF03DB Deep Magenta

📋 copy color: '#DF03DB'

red 223 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #DF03DB

Tints of Deep Magenta #DF03DB

RGB

 RED value IS 223 (87.5% from 255) = 50.11%

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 50.11%
G = 0.67%
B = 49.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF03DB (or 0xDF03DB) is known color: Deep Magenta. HEX triplet: DF, 03 and DB. RGB value is (223,3,219). Sum of RGB (Red+Green+Blue) = 223+3+219=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03DB is #20FC24. Grayscale: #5C5C5C. Windows color (decimal): -2161701 or 14353375. OLE color: 14353375.

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

Color convert

RGB 223 3 219 -
CMYK 0 0.99 0.02 0.13
HSL 301.09º 0.97% 0.44% -
HSV(B) 301.09º 0.99% 0.87% -
XYZ 43.25 20.87 68.77 -
YUV 93.4 198.89 220.44 -
System Red Green Blue C M Y K H S L
Decimal 223 3 219 0 0.99 0.02 0.13 301.09 0.97 0.44
Hex DF 3 DB 0 63 2 D 12D 61 2C
Octal 337 3 333 0 143 2 15 455 141 54
Binary 11011111 11 11011011 0 1100011 10 1101 100101101 1100001 101100

Color Harmonies of #DF03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF03DB

Black with #DF03DB

Text Example


Text Example

White with #DF03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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