Html Css Color HEX #DF04DA Deep Magenta

📋 copy color: '#DF04DA'

red 223 ◦ green 4 ◦ blue 218

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

Shades of Deep Magenta #DF04DA

Tints of Deep Magenta #DF04DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 50.11%
G = 0.9%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF04DA (or 0xDF04DA) is known color: Deep Magenta. HEX triplet: DF, 04 and DA. RGB value is (223,4,218). Sum of RGB (Red+Green+Blue) = 223+4+218=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF04DA is #20FB25. Grayscale: #5D5D5D. Windows color (decimal): -2161446 or 14288095. OLE color: 14288095.

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

Color convert

RGB 223 4 218 -
CMYK 0 0.98 0.02 0.13
HSL 301.37º 0.96% 0.45% -
HSV(B) 301.37º 0.98% 0.87% -
XYZ 43.13 20.84 68.08 -
YUV 93.88 198.05 220.1 -
System Red Green Blue C M Y K H S L
Decimal 223 4 218 0 0.98 0.02 0.13 301.37 0.96 0.45
Hex DF 4 DA 0 62 2 D 12D 60 2D
Octal 337 4 332 0 142 2 15 455 140 55
Binary 11011111 100 11011010 0 1100010 10 1101 100101101 1100000 101101

Color Harmonies of #DF04DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04DA

Black with #DF04DA

Text Example


Text Example

White with #DF04DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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