Html Css Color HEX #DF0DD6 Deep Magenta

📋 copy color: '#DF0DD6'

red 223 ◦ green 13 ◦ blue 214

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

Shades of Deep Magenta #DF0DD6

Tints of Deep Magenta #DF0DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.56%

R = 49.56%
G = 2.89%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF0DD6 (or 0xDF0DD6) is known color: Deep Magenta. HEX triplet: DF, 0D and D6. RGB value is (223,13,214). Sum of RGB (Red+Green+Blue) = 223+13+214=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DD6 is #20F229. Grayscale: #626262. Windows color (decimal): -2159146 or 14028255. OLE color: 14028255.

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

Color convert

RGB 223 13 214 -
CMYK 0 0.94 0.04 0.13
HSL 302.57º 0.89% 0.46% -
HSV(B) 302.57º 0.94% 0.87% -
XYZ 42.71 20.83 65.39 -
YUV 98.7 193.07 216.66 -
System Red Green Blue C M Y K H S L
Decimal 223 13 214 0 0.94 0.04 0.13 302.57 0.89 0.46
Hex DF D D6 0 5E 4 D 12F 59 2E
Octal 337 15 326 0 136 4 15 457 131 56
Binary 11011111 1101 11010110 0 1011110 100 1101 100101111 1011001 101110

Color Harmonies of #DF0DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DD6

Black with #DF0DD6

Text Example


Text Example

White with #DF0DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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