Html Css Color HEX #DF0FD5 Deep Magenta

📋 copy color: '#DF0FD5'

red 223 ◦ green 15 ◦ blue 213

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

Shades of Deep Magenta #DF0FD5

Tints of Deep Magenta #DF0FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.23%

R = 49.45%
G = 3.33%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF0FD5 (or 0xDF0FD5) is known color: Deep Magenta. HEX triplet: DF, 0F and D5. RGB value is (223,15,213). Sum of RGB (Red+Green+Blue) = 223+15+213=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FD5 is #20F02A. Grayscale: #636363. Windows color (decimal): -2158635 or 13963231. OLE color: 13963231.

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

Color convert

RGB 223 15 213 -
CMYK 0 0.93 0.04 0.13
HSL 302.88º 0.87% 0.47% -
HSV(B) 302.88º 0.93% 0.87% -
XYZ 42.61 20.83 64.73 -
YUV 99.76 191.91 215.9 -
System Red Green Blue C M Y K H S L
Decimal 223 15 213 0 0.93 0.04 0.13 302.88 0.87 0.47
Hex DF F D5 0 5D 4 D 12F 57 2F
Octal 337 17 325 0 135 4 15 457 127 57
Binary 11011111 1111 11010101 0 1011101 100 1101 100101111 1010111 101111

Color Harmonies of #DF0FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0FD5

Black with #DF0FD5

Text Example


Text Example

White with #DF0FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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