Html Css Color HEX #DF09CD Deep Magenta

📋 copy color: '#DF09CD'

red 223 ◦ green 9 ◦ blue 205

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

Shades of Deep Magenta #DF09CD

Tints of Deep Magenta #DF09CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 51.03%
G = 2.06%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF09CD (or 0xDF09CD) is known color: Deep Magenta. HEX triplet: DF, 09 and CD. RGB value is (223,9,205). Sum of RGB (Red+Green+Blue) = 223+9+205=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09CD is #20F632. Grayscale: #5E5E5E. Windows color (decimal): -2160179 or 13437407. OLE color: 13437407.

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

Color convert

RGB 223 9 205 -
CMYK 0 0.96 0.08 0.13
HSL 305.05º 0.92% 0.45% -
HSV(B) 305.05º 0.96% 0.87% -
XYZ 41.55 20.29 59.48 -
YUV 95.33 189.9 219.06 -
System Red Green Blue C M Y K H S L
Decimal 223 9 205 0 0.96 0.08 0.13 305.05 0.92 0.45
Hex DF 9 CD 0 60 8 D 131 5C 2D
Octal 337 11 315 0 140 10 15 461 134 55
Binary 11011111 1001 11001101 0 1100000 1000 1101 100110001 1011100 101101

Color Harmonies of #DF09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF09CD

Black with #DF09CD

Text Example


Text Example

White with #DF09CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF09CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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