Html Css Color HEX #DF0DDF Deep Magenta

📋 copy color: '#DF0DDF'

red 223 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #DF0DDF

Tints of Deep Magenta #DF0DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.83%

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

R = 48.58%
G = 2.83%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF0DDF (or 0xDF0DDF) is known color: Deep Magenta. HEX triplet: DF, 0D and DF. RGB value is (223,13,223). Sum of RGB (Red+Green+Blue) = 223+13+223=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF0DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DDF is #20F220. Grayscale: #636363. Windows color (decimal): -2159137 or 14618079. OLE color: 14618079.

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

Color convert

RGB 223 13 223 -
CMYK 0 0.94 0 0.13
HSL 300º 0.89% 0.46% -
HSV(B) 300º 0.94% 0.87% -
XYZ 43.89 21.3 71.61 -
YUV 99.73 197.57 215.92 -
System Red Green Blue C M Y K H S L
Decimal 223 13 223 0 0.94 0 0.13 300 0.89 0.46
Hex DF D DF 0 5E 0 D 12C 59 2E
Octal 337 15 337 0 136 0 15 454 131 56
Binary 11011111 1101 11011111 0 1011110 0 1101 100101100 1011001 101110

Color Harmonies of #DF0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DDF

Black with #DF0DDF

Text Example


Text Example

White with #DF0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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