Html Css Color HEX #D50DAE Deep Magenta

📋 copy color: '#D50DAE'

red 213 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #D50DAE

Tints of Deep Magenta #D50DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.25%

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 53.25%
G = 3.25%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D50DAE (or 0xD50DAE) is known color: Deep Magenta. HEX triplet: D5, 0D and AE. RGB value is (213,13,174). Sum of RGB (Red+Green+Blue) = 213+13+174=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50DAE is #2AF251. Grayscale: #5A5A5A. Windows color (decimal): -2814546 or 11406805. OLE color: 11406805.

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

Color convert

RGB 213 13 174 -
CMYK 0 0.94 0.18 0.16
HSL 311.7º 0.88% 0.44% -
HSV(B) 311.7º 0.94% 0.84% -
XYZ 35.22 17.49 41.56 -
YUV 91.15 174.76 214.91 -
System Red Green Blue C M Y K H S L
Decimal 213 13 174 0 0.94 0.18 0.16 311.7 0.88 0.44
Hex D5 D AE 0 5E 12 10 138 58 2C
Octal 325 15 256 0 136 22 20 470 130 54
Binary 11010101 1101 10101110 0 1011110 10010 10000 100111000 1011000 101100

Color Harmonies of #D50DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DAE

Black with #D50DAE

Text Example


Text Example

White with #D50DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DAE; }

 p { color: rgb(213,13,174); }

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

background-color css

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

 a { background-color: rgb(213,13,174); }

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

border-color css

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

 span { border-color: rgb(213,13,174); }

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