Html Css Color HEX #DF04DD Deep Magenta

📋 copy color: '#DF04DD'

red 223 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #DF04DD

Tints of Deep Magenta #DF04DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 49.78%
G = 0.89%
B = 49.33%

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

#DF04DD (or 0xDF04DD) is known color: Deep Magenta. HEX triplet: DF, 04 and DD. RGB value is (223,4,221). Sum of RGB (Red+Green+Blue) = 223+4+221=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 4 (1.95% from 255 or 0.89% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF04DD is #20FB22. Grayscale: #5D5D5D. Windows color (decimal): -2161443 or 14484703. OLE color: 14484703.

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

Color convert

RGB 223 4 221 -
CMYK 0 0.98 0.01 0.13
HSL 300.55º 0.96% 0.45% -
HSV(B) 300.55º 0.98% 0.87% -
XYZ 43.53 21 70.17 -
YUV 94.22 199.55 219.86 -
System Red Green Blue C M Y K H S L
Decimal 223 4 221 0 0.98 0.01 0.13 300.55 0.96 0.45
Hex DF 4 DD 0 62 1 D 12D 60 2D
Octal 337 4 335 0 142 1 15 455 140 55
Binary 11011111 100 11011101 0 1100010 1 1101 100101101 1100000 101101

Color Harmonies of #DF04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04DD

Black with #DF04DD

Text Example


Text Example

White with #DF04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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