Html Css Color HEX #DF1ADD Deep Magenta

📋 copy color: '#DF1ADD'

red 223 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #DF1ADD

Tints of Deep Magenta #DF1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.53%

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

R = 47.45%
G = 5.53%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF1ADD (or 0xDF1ADD) is known color: Deep Magenta. HEX triplet: DF, 1A and DD. RGB value is (223,26,221). Sum of RGB (Red+Green+Blue) = 223+26+221=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1ADD is #20E522. Grayscale: #6A6A6A. Windows color (decimal): -2155811 or 14490335. OLE color: 14490335.

HSL color Cylindrical-coordinate representation of color #DF1ADD: hue angle of 300.61º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1ADD is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 26 221 -
CMYK 0 0.88 0.01 0.13
HSL 300.61º 0.79% 0.49% -
HSV(B) 300.61º 0.88% 0.87% -
XYZ 43.85 21.65 70.27 -
YUV 107.13 192.27 210.64 -
System Red Green Blue C M Y K H S L
Decimal 223 26 221 0 0.88 0.01 0.13 300.61 0.79 0.49
Hex DF 1A DD 0 58 1 D 12D 4F 31
Octal 337 32 335 0 130 1 15 455 117 61
Binary 11011111 11010 11011101 0 1011000 1 1101 100101101 1001111 110001

Color Harmonies of #DF1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1ADD

Black with #DF1ADD

Text Example


Text Example

White with #DF1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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