Html Css Color HEX #D51FDA Deep Magenta

📋 copy color: '#D51FDA'

red 213 ◦ green 31 ◦ blue 218

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

Shades of Deep Magenta #D51FDA

Tints of Deep Magenta #D51FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.71%

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

R = 46.1%
G = 6.71%
B = 47.19%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D51FDA (or 0xD51FDA) is known color: Deep Magenta. HEX triplet: D5, 1F and DA. RGB value is (213,31,218). Sum of RGB (Red+Green+Blue) = 213+31+218=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #D51FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FDA is #2AE025. Grayscale: #6A6A6A. Windows color (decimal): -2809894 or 14294997. OLE color: 14294997.

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

Color convert

RGB 213 31 218 -
CMYK 0.02 0.86 0 0.15
HSL 298.4º 0.75% 0.49% -
HSV(B) 298.4º 0.86% 0.85% -
XYZ 40.59 20.19 68.09 -
YUV 106.74 190.8 203.79 -
System Red Green Blue C M Y K H S L
Decimal 213 31 218 0.02 0.86 0 0.15 298.4 0.75 0.49
Hex D5 1F DA 2 56 0 F 12A 4B 31
Octal 325 37 332 2 126 0 17 452 113 61
Binary 11010101 11111 11011010 10 1010110 0 1111 100101010 1001011 110001

Color Harmonies of #D51FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FDA

Black with #D51FDA

Text Example


Text Example

White with #D51FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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