Html Css Color HEX #D50DBA Deep Magenta

📋 copy color: '#D50DBA'

red 213 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #D50DBA

Tints of Deep Magenta #D50DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 51.7%
G = 3.16%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D50DBA (or 0xD50DBA) is known color: Deep Magenta. HEX triplet: D5, 0D and BA. RGB value is (213,13,186). Sum of RGB (Red+Green+Blue) = 213+13+186=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DBA is #2AF245. Grayscale: #5C5C5C. Windows color (decimal): -2814534 or 12193237. OLE color: 12193237.

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

Color convert

RGB 213 13 186 -
CMYK 0 0.94 0.13 0.16
HSL 308.1º 0.88% 0.44% -
HSV(B) 308.1º 0.94% 0.84% -
XYZ 36.45 17.98 48 -
YUV 92.52 180.76 213.93 -
System Red Green Blue C M Y K H S L
Decimal 213 13 186 0 0.94 0.13 0.16 308.1 0.88 0.44
Hex D5 D BA 0 5E D 10 134 58 2C
Octal 325 15 272 0 136 15 20 464 130 54
Binary 11010101 1101 10111010 0 1011110 1101 10000 100110100 1011000 101100

Color Harmonies of #D50DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DBA

Black with #D50DBA

Text Example


Text Example

White with #D50DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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