Html Css Color HEX #DF0ABF Deep Magenta

📋 copy color: '#DF0ABF'

red 223 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #DF0ABF

Tints of Deep Magenta #DF0ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.05%

R = 52.59%
G = 2.36%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF0ABF (or 0xDF0ABF) is known color: Deep Magenta. HEX triplet: DF, 0A and BF. RGB value is (223,10,191). Sum of RGB (Red+Green+Blue) = 223+10+191=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ABF is #20F540. Grayscale: #5D5D5D. Windows color (decimal): -2159937 or 12520159. OLE color: 12520159.

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

Color convert

RGB 223 10 191 -
CMYK 0 0.96 0.14 0.13
HSL 309.01º 0.91% 0.46% -
HSV(B) 309.01º 0.96% 0.87% -
XYZ 39.94 19.67 50.98 -
YUV 94.32 182.57 219.78 -
System Red Green Blue C M Y K H S L
Decimal 223 10 191 0 0.96 0.14 0.13 309.01 0.91 0.46
Hex DF A BF 0 60 E D 135 5B 2E
Octal 337 12 277 0 140 16 15 465 133 56
Binary 11011111 1010 10111111 0 1100000 1110 1101 100110101 1011011 101110

Color Harmonies of #DF0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0ABF

Black with #DF0ABF

Text Example


Text Example

White with #DF0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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