Html Css Color HEX #DF09DD Deep Magenta

📋 copy color: '#DF09DD'

red 223 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #DF09DD

Tints of Deep Magenta #DF09DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 49.23%
G = 1.99%
B = 48.79%

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

#DF09DD (or 0xDF09DD) is known color: Deep Magenta. HEX triplet: DF, 09 and DD. RGB value is (223,9,221). Sum of RGB (Red+Green+Blue) = 223+9+221=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09DD is #20F622. Grayscale: #606060. Windows color (decimal): -2160163 or 14485983. OLE color: 14485983.

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

Color convert

RGB 223 9 221 -
CMYK 0 0.96 0.01 0.13
HSL 300.56º 0.92% 0.45% -
HSV(B) 300.56º 0.96% 0.87% -
XYZ 43.58 21.1 70.18 -
YUV 97.15 197.9 217.76 -
System Red Green Blue C M Y K H S L
Decimal 223 9 221 0 0.96 0.01 0.13 300.56 0.92 0.45
Hex DF 9 DD 0 60 1 D 12D 5C 2D
Octal 337 11 335 0 140 1 15 455 134 55
Binary 11011111 1001 11011101 0 1100000 1 1101 100101101 1011100 101101

Color Harmonies of #DF09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF09DD

Black with #DF09DD

Text Example


Text Example

White with #DF09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF09DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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