Html Css Color HEX #DF0FDD Deep Magenta

📋 copy color: '#DF0FDD'

red 223 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #DF0FDD

Tints of Deep Magenta #DF0FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.27%

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

R = 48.58%
G = 3.27%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF0FDD (or 0xDF0FDD) is known color: Deep Magenta. HEX triplet: DF, 0F and DD. RGB value is (223,15,221). Sum of RGB (Red+Green+Blue) = 223+15+221=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FDD is #20F022. Grayscale: #646464. Windows color (decimal): -2158627 or 14487519. OLE color: 14487519.

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

Color convert

RGB 223 15 221 -
CMYK 0 0.93 0.01 0.13
HSL 300.58º 0.87% 0.47% -
HSV(B) 300.58º 0.93% 0.87% -
XYZ 43.65 21.25 70.21 -
YUV 100.68 195.91 215.25 -
System Red Green Blue C M Y K H S L
Decimal 223 15 221 0 0.93 0.01 0.13 300.58 0.87 0.47
Hex DF F DD 0 5D 1 D 12D 57 2F
Octal 337 17 335 0 135 1 15 455 127 57
Binary 11011111 1111 11011101 0 1011101 1 1101 100101101 1010111 101111

Color Harmonies of #DF0FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0FDD

Black with #DF0FDD

Text Example


Text Example

White with #DF0FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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