Html Css Color HEX #D50ABF Deep Magenta

📋 copy color: '#D50ABF'

red 213 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #D50ABF

Tints of Deep Magenta #D50ABF

RGB

 RED value IS 213 (83.59% from 255) = 51.45%

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

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

R = 51.45%
G = 2.42%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D50ABF (or 0xD50ABF) is known color: Deep Magenta. HEX triplet: D5, 0A and BF. RGB value is (213,10,191). Sum of RGB (Red+Green+Blue) = 213+10+191=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D50ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50ABF is #2AF540. Grayscale: #5A5A5A. Windows color (decimal): -2815297 or 12520149. OLE color: 12520149.

HSL color Cylindrical-coordinate representation of color #D50ABF: hue angle of 306.5º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50ABF is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 10 191 -
CMYK 0 0.95 0.10 0.16
HSL 306.5º 0.91% 0.44% -
HSV(B) 306.5º 0.95% 0.84% -
XYZ 36.95 18.12 50.84 -
YUV 91.33 184.25 214.78 -
System Red Green Blue C M Y K H S L
Decimal 213 10 191 0 0.95 0.10 0.16 306.5 0.91 0.44
Hex D5 A BF 0 5F A 10 133 5B 2C
Octal 325 12 277 0 137 12 20 463 133 54
Binary 11010101 1010 10111111 0 1011111 1010 10000 100110011 1011011 101100

Color Harmonies of #D50ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50ABF

Black with #D50ABF

Text Example


Text Example

White with #D50ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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