Html Css Color HEX #DF0AD0 Deep Magenta

📋 copy color: '#DF0AD0'

red 223 ◦ green 10 ◦ blue 208

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

Shades of Deep Magenta #DF0AD0

Tints of Deep Magenta #DF0AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.17%

R = 50.57%
G = 2.27%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF0AD0 (or 0xDF0AD0) is known color: Deep Magenta. HEX triplet: DF, 0A and D0. RGB value is (223,10,208). Sum of RGB (Red+Green+Blue) = 223+10+208=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0AD0 is #20F52F. Grayscale: #5F5F5F. Windows color (decimal): -2159920 or 13634271. OLE color: 13634271.

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

Color convert

RGB 223 10 208 -
CMYK 0 0.96 0.07 0.13
HSL 304.23º 0.91% 0.46% -
HSV(B) 304.23º 0.96% 0.87% -
XYZ 41.93 20.46 61.41 -
YUV 96.26 191.07 218.4 -
System Red Green Blue C M Y K H S L
Decimal 223 10 208 0 0.96 0.07 0.13 304.23 0.91 0.46
Hex DF A D0 0 60 7 D 130 5B 2E
Octal 337 12 320 0 140 7 15 460 133 56
Binary 11011111 1010 11010000 0 1100000 111 1101 100110000 1011011 101110

Color Harmonies of #DF0AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0AD0

Black with #DF0AD0

Text Example


Text Example

White with #DF0AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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