Html Css Color HEX #DF03DC Deep Magenta

📋 copy color: '#DF03DC'

red 223 ◦ green 3 ◦ blue 220

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

Shades of Deep Magenta #DF03DC

Tints of Deep Magenta #DF03DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 50%
G = 0.67%
B = 49.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF03DC (or 0xDF03DC) is known color: Deep Magenta. HEX triplet: DF, 03 and DC. RGB value is (223,3,220). Sum of RGB (Red+Green+Blue) = 223+3+220=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03DC is #20FC23. Grayscale: #5C5C5C. Windows color (decimal): -2161700 or 14418911. OLE color: 14418911.

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

Color convert

RGB 223 3 220 -
CMYK 0 0.99 0.01 0.13
HSL 300.82º 0.97% 0.44% -
HSV(B) 300.82º 0.99% 0.87% -
XYZ 43.38 20.92 69.46 -
YUV 93.52 199.39 220.36 -
System Red Green Blue C M Y K H S L
Decimal 223 3 220 0 0.99 0.01 0.13 300.82 0.97 0.44
Hex DF 3 DC 0 63 1 D 12D 61 2C
Octal 337 3 334 0 143 1 15 455 141 54
Binary 11011111 11 11011100 0 1100011 1 1101 100101101 1100001 101100

Color Harmonies of #DF03DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF03DC

Black with #DF03DC

Text Example


Text Example

White with #DF03DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF03DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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