Html Css Color HEX #DF0AD7 Deep Magenta

📋 copy color: '#DF0AD7'

red 223 ◦ green 10 ◦ blue 215

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

Shades of Deep Magenta #DF0AD7

Tints of Deep Magenta #DF0AD7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.23%

 BLUE value IS 215 (84.38% from 255) = 47.99%

R = 49.78%
G = 2.23%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF0AD7 (or 0xDF0AD7) is known color: Deep Magenta. HEX triplet: DF, 0A and D7. RGB value is (223,10,215). Sum of RGB (Red+Green+Blue) = 223+10+215=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0AD7 is #20F528. Grayscale: #606060. Windows color (decimal): -2159913 or 14093023. OLE color: 14093023.

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

Color convert

RGB 223 10 215 -
CMYK 0 0.96 0.04 0.13
HSL 302.25º 0.91% 0.46% -
HSV(B) 302.25º 0.96% 0.87% -
XYZ 42.81 20.81 66.05 -
YUV 97.06 194.57 217.83 -
System Red Green Blue C M Y K H S L
Decimal 223 10 215 0 0.96 0.04 0.13 302.25 0.91 0.46
Hex DF A D7 0 60 4 D 12E 5B 2E
Octal 337 12 327 0 140 4 15 456 133 56
Binary 11011111 1010 11010111 0 1100000 100 1101 100101110 1011011 101110

Color Harmonies of #DF0AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0AD7

Black with #DF0AD7

Text Example


Text Example

White with #DF0AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0AD7; }

 p { color: rgb(223,10,215); }

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

background-color css

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

 a { background-color: rgb(223,10,215); }

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

border-color css

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

 span { border-color: rgb(223,10,215); }

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