Html Css Color HEX #D50AB8 Deep Magenta

📋 copy color: '#D50AB8'

red 213 ◦ green 10 ◦ blue 184

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

Shades of Deep Magenta #D50AB8

Tints of Deep Magenta #D50AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.21%

R = 52.33%
G = 2.46%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D50AB8 (or 0xD50AB8) is known color: Deep Magenta. HEX triplet: D5, 0A and B8. RGB value is (213,10,184). Sum of RGB (Red+Green+Blue) = 213+10+184=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D50AB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50AB8 is #2AF547. Grayscale: #5A5A5A. Windows color (decimal): -2815304 or 12061397. OLE color: 12061397.

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

Color convert

RGB 213 10 184 -
CMYK 0 0.95 0.14 0.16
HSL 308.57º 0.91% 0.44% -
HSV(B) 308.57º 0.95% 0.84% -
XYZ 36.2 17.82 46.88 -
YUV 90.53 180.75 215.35 -
System Red Green Blue C M Y K H S L
Decimal 213 10 184 0 0.95 0.14 0.16 308.57 0.91 0.44
Hex D5 A B8 0 5F E 10 135 5B 2C
Octal 325 12 270 0 137 16 20 465 133 54
Binary 11010101 1010 10111000 0 1011111 1110 10000 100110101 1011011 101100

Color Harmonies of #D50AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50AB8

Black with #D50AB8

Text Example


Text Example

White with #D50AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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