Html Css Color HEX #DF0ABE Deep Magenta

📋 copy color: '#DF0ABE'

red 223 ◦ green 10 ◦ blue 190

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

Shades of Deep Magenta #DF0ABE

Tints of Deep Magenta #DF0ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 52.72%
G = 2.36%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF0ABE (or 0xDF0ABE) is known color: Deep Magenta. HEX triplet: DF, 0A and BE. RGB value is (223,10,190). Sum of RGB (Red+Green+Blue) = 223+10+190=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ABE is #20F541. Grayscale: #5D5D5D. Windows color (decimal): -2159938 or 12454623. OLE color: 12454623.

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

Color convert

RGB 223 10 190 -
CMYK 0 0.96 0.15 0.13
HSL 309.3º 0.91% 0.46% -
HSV(B) 309.3º 0.96% 0.87% -
XYZ 39.83 19.62 50.4 -
YUV 94.21 182.07 219.86 -
System Red Green Blue C M Y K H S L
Decimal 223 10 190 0 0.96 0.15 0.13 309.3 0.91 0.46
Hex DF A BE 0 60 F D 135 5B 2E
Octal 337 12 276 0 140 17 15 465 133 56
Binary 11011111 1010 10111110 0 1100000 1111 1101 100110101 1011011 101110

Color Harmonies of #DF0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0ABE

Black with #DF0ABE

Text Example


Text Example

White with #DF0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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