Html Css Color HEX #DF04DF Deep Magenta

📋 copy color: '#DF04DF'

red 223 ◦ green 4 ◦ blue 223

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

Shades of Deep Magenta #DF04DF

Tints of Deep Magenta #DF04DF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.89%

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 49.56%
G = 0.89%
B = 49.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF04DF (or 0xDF04DF) is known color: Deep Magenta. HEX triplet: DF, 04 and DF. RGB value is (223,4,223). Sum of RGB (Red+Green+Blue) = 223+4+223=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF04DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF04DF is #20FB20. Grayscale: #5D5D5D. Windows color (decimal): -2161441 or 14615775. OLE color: 14615775.

HSL color Cylindrical-coordinate representation of color #DF04DF: hue angle of 300º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF04DF is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 4 223 -
CMYK 0 0.98 0 0.13
HSL 300º 0.96% 0.45% -
HSV(B) 300º 0.98% 0.87% -
XYZ 43.79 21.1 71.58 -
YUV 94.45 200.55 219.69 -
System Red Green Blue C M Y K H S L
Decimal 223 4 223 0 0.98 0 0.13 300 0.96 0.45
Hex DF 4 DF 0 62 0 D 12C 60 2D
Octal 337 4 337 0 142 0 15 454 140 55
Binary 11011111 100 11011111 0 1100010 0 1101 100101100 1100000 101101

Color Harmonies of #DF04DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04DF

Black with #DF04DF

Text Example


Text Example

White with #DF04DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04DF; }

 p { color: rgb(223,4,223); }

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

background-color css

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

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

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

border-color css

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

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

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