Html Css Color HEX #DF03DE Deep Magenta

📋 copy color: '#DF03DE'

red 223 ◦ green 3 ◦ blue 222

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

Shades of Deep Magenta #DF03DE

Tints of Deep Magenta #DF03DE

RGB

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

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

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

R = 49.78%
G = 0.67%
B = 49.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF03DE (or 0xDF03DE) is known color: Deep Magenta. HEX triplet: DF, 03 and DE. RGB value is (223,3,222). Sum of RGB (Red+Green+Blue) = 223+3+222=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03DE is #20FC21. Grayscale: #5D5D5D. Windows color (decimal): -2161698 or 14549983. OLE color: 14549983.

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

Color convert

RGB 223 3 222 -
CMYK 0 0.99 0.00 0.13
HSL 300.27º 0.97% 0.44% -
HSV(B) 300.27º 0.99% 0.87% -
XYZ 43.65 21.03 70.87 -
YUV 93.75 200.39 220.19 -
System Red Green Blue C M Y K H S L
Decimal 223 3 222 0 0.99 0.00 0.13 300.27 0.97 0.44
Hex DF 3 DE 0 63 0 D 12C 61 2C
Octal 337 3 336 0 143 0 15 454 141 54
Binary 11011111 11 11011110 0 1100011 0 1101 100101100 1100001 101100

Color Harmonies of #DF03DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF03DE

Black with #DF03DE

Text Example


Text Example

White with #DF03DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF03DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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