Html Css Color HEX #DF04DC Deep Magenta

📋 copy color: '#DF04DC'

red 223 ◦ green 4 ◦ blue 220

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

Shades of Deep Magenta #DF04DC

Tints of Deep Magenta #DF04DC

RGB

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

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

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

R = 49.89%
G = 0.89%
B = 49.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF04DC (or 0xDF04DC) is known color: Deep Magenta. HEX triplet: DF, 04 and DC. RGB value is (223,4,220). Sum of RGB (Red+Green+Blue) = 223+4+220=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF04DC is #20FB23. Grayscale: #5D5D5D. Windows color (decimal): -2161444 or 14419167. OLE color: 14419167.

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

Color convert

RGB 223 4 220 -
CMYK 0 0.98 0.01 0.13
HSL 300.82º 0.96% 0.45% -
HSV(B) 300.82º 0.98% 0.87% -
XYZ 43.39 20.94 69.47 -
YUV 94.11 199.05 219.94 -
System Red Green Blue C M Y K H S L
Decimal 223 4 220 0 0.98 0.01 0.13 300.82 0.96 0.45
Hex DF 4 DC 0 62 1 D 12D 60 2D
Octal 337 4 334 0 142 1 15 455 140 55
Binary 11011111 100 11011100 0 1100010 1 1101 100101101 1100000 101101

Color Harmonies of #DF04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04DC

Black with #DF04DC

Text Example


Text Example

White with #DF04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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