Html Css Color HEX #DF01DF Deep Magenta

📋 copy color: '#DF01DF'

red 223 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #DF01DF

Tints of Deep Magenta #DF01DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 49.89%
G = 0.22%
B = 49.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF01DF (or 0xDF01DF) is known color: Deep Magenta. HEX triplet: DF, 01 and DF. RGB value is (223,1,223). Sum of RGB (Red+Green+Blue) = 223+1+223=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF01DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF01DF is #20FE20. Grayscale: #5C5C5C. Windows color (decimal): -2162209 or 14615007. OLE color: 14615007.

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

Color convert

RGB 223 1 223 -
CMYK 0 1.00 0 0.13
HSL 300º 0.99% 0.44% -
HSV(B) 300º 1% 0.87% -
XYZ 43.76 21.04 71.57 -
YUV 92.69 201.55 220.95 -
System Red Green Blue C M Y K H S L
Decimal 223 1 223 0 1.00 0 0.13 300 0.99 0.44
Hex DF 1 DF 0 64 0 D 12C 63 2C
Octal 337 1 337 0 144 0 15 454 143 54
Binary 11011111 1 11011111 0 1100100 0 1101 100101100 1100011 101100

Color Harmonies of #DF01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF01DF

Black with #DF01DF

Text Example


Text Example

White with #DF01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF01DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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