Html Css Color HEX #DF09DC Deep Magenta

📋 copy color: '#DF09DC'

red 223 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #DF09DC

Tints of Deep Magenta #DF09DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.99%

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 49.34%
G = 1.99%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF09DC (or 0xDF09DC) is known color: Deep Magenta. HEX triplet: DF, 09 and DC. RGB value is (223,9,220). Sum of RGB (Red+Green+Blue) = 223+9+220=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09DC is #20F623. Grayscale: #606060. Windows color (decimal): -2160164 or 14420447. OLE color: 14420447.

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

Color convert

RGB 223 9 220 -
CMYK 0 0.96 0.01 0.13
HSL 300.84º 0.92% 0.45% -
HSV(B) 300.84º 0.96% 0.87% -
XYZ 43.45 21.05 69.48 -
YUV 97.04 197.4 217.84 -
System Red Green Blue C M Y K H S L
Decimal 223 9 220 0 0.96 0.01 0.13 300.84 0.92 0.45
Hex DF 9 DC 0 60 1 D 12D 5C 2D
Octal 337 11 334 0 140 1 15 455 134 55
Binary 11011111 1001 11011100 0 1100000 1 1101 100101101 1011100 101101

Color Harmonies of #DF09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF09DC

Black with #DF09DC

Text Example


Text Example

White with #DF09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF09DC; }

 p { color: rgb(223,9,220); }

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

background-color css

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

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

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

border-color css

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

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

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