Html Css Color HEX #DF00DF Deep Magenta

📋 copy color: '#DF00DF'

red 223 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #DF00DF

Tints of Deep Magenta #DF00DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF00DF (or 0xDF00DF) is known color: Deep Magenta. HEX triplet: DF, 00 and DF. RGB value is (223,0,223). Sum of RGB (Red+Green+Blue) = 223+0+223=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF00DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00DF is #20FF20. Grayscale: #5B5B5B. Windows color (decimal): -2162465 or 14614751. OLE color: 14614751.

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

Color convert

RGB 223 0 223 -
CMYK 0 1 0 0.13
HSL 300º 1% 0.44% -
HSV(B) 300º 1% 0.87% -
XYZ 43.75 21.02 71.56 -
YUV 92.1 201.88 221.37 -
System Red Green Blue C M Y K H S L
Decimal 223 0 223 0 1 0 0.13 300 1 0.44
Hex DF 0 DF 0 64 0 D 12C 64 2C
Octal 337 0 337 0 144 0 15 454 144 54
Binary 11011111 0 11011111 0 1100100 0 1101 100101100 1100100 101100

Color Harmonies of #DF00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00DF

Black with #DF00DF

Text Example


Text Example

White with #DF00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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