Html Css Color HEX #D50AB9 Deep Magenta

📋 copy color: '#D50AB9'

red 213 ◦ green 10 ◦ blue 185

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

Shades of Deep Magenta #D50AB9

Tints of Deep Magenta #D50AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 52.21%
G = 2.45%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D50AB9 (or 0xD50AB9) is known color: Deep Magenta. HEX triplet: D5, 0A and B9. RGB value is (213,10,185). Sum of RGB (Red+Green+Blue) = 213+10+185=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D50AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50AB9 is #2AF546. Grayscale: #5A5A5A. Windows color (decimal): -2815303 or 12126933. OLE color: 12126933.

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

Color convert

RGB 213 10 185 -
CMYK 0 0.95 0.13 0.16
HSL 308.28º 0.91% 0.44% -
HSV(B) 308.28º 0.95% 0.84% -
XYZ 36.31 17.87 47.43 -
YUV 90.65 181.25 215.27 -
System Red Green Blue C M Y K H S L
Decimal 213 10 185 0 0.95 0.13 0.16 308.28 0.91 0.44
Hex D5 A B9 0 5F D 10 134 5B 2C
Octal 325 12 271 0 137 15 20 464 133 54
Binary 11010101 1010 10111001 0 1011111 1101 10000 100110100 1011011 101100

Color Harmonies of #D50AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50AB9

Black with #D50AB9

Text Example


Text Example

White with #D50AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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