Html Css Color HEX #D50FDA Deep Magenta

📋 copy color: '#D50FDA'

red 213 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #D50FDA

Tints of Deep Magenta #D50FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.36%

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 47.76%
G = 3.36%
B = 48.88%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D50FDA (or 0xD50FDA) is known color: Deep Magenta. HEX triplet: D5, 0F and DA. RGB value is (213,15,218). Sum of RGB (Red+Green+Blue) = 213+15+218=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #D50FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FDA is #2AF025. Grayscale: #606060. Windows color (decimal): -2813990 or 14290901. OLE color: 14290901.

HSL color Cylindrical-coordinate representation of color #D50FDA: hue angle of 298.52º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50FDA is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 15 218 -
CMYK 0.02 0.93 0 0.15
HSL 298.52º 0.87% 0.46% -
HSV(B) 298.52º 0.93% 0.85% -
XYZ 40.27 19.55 67.98 -
YUV 97.34 196.1 210.49 -
System Red Green Blue C M Y K H S L
Decimal 213 15 218 0.02 0.93 0 0.15 298.52 0.87 0.46
Hex D5 F DA 2 5D 0 F 12B 57 2E
Octal 325 17 332 2 135 0 17 453 127 56
Binary 11010101 1111 11011010 10 1011101 0 1111 100101011 1010111 101110

Color Harmonies of #D50FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50FDA

Black with #D50FDA

Text Example


Text Example

White with #D50FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50FDA; }

 p { color: rgb(213,15,218); }

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

background-color css

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

 a { background-color: rgb(213,15,218); }

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

border-color css

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

 span { border-color: rgb(213,15,218); }

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