Html Css Color HEX #D31FDA Deep Magenta

📋 copy color: '#D31FDA'

red 211 ◦ green 31 ◦ blue 218

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

Shades of Deep Magenta #D31FDA

Tints of Deep Magenta #D31FDA

RGB

 RED value IS 211 (82.81% from 255) = 45.87%

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

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

R = 45.87%
G = 6.74%
B = 47.39%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D31FDA (or 0xD31FDA) is known color: Deep Magenta. HEX triplet: D3, 1F and DA. RGB value is (211,31,218). Sum of RGB (Red+Green+Blue) = 211+31+218=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #D31FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31FDA is #2CE025. Grayscale: #696969. Windows color (decimal): -2940966 or 14294995. OLE color: 14294995.

HSL color Cylindrical-coordinate representation of color #D31FDA: hue angle of 297.75º 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 #D31FDA is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 31 218 -
CMYK 0.03 0.86 0 0.15
HSL 297.75º 0.75% 0.49% -
HSV(B) 297.75º 0.86% 0.85% -
XYZ 40.01 19.89 68.06 -
YUV 106.14 191.13 202.79 -
System Red Green Blue C M Y K H S L
Decimal 211 31 218 0.03 0.86 0 0.15 297.75 0.75 0.49
Hex D3 1F DA 3 56 0 F 12A 4B 31
Octal 323 37 332 3 126 0 17 452 113 61
Binary 11010011 11111 11011010 11 1010110 0 1111 100101010 1001011 110001

Color Harmonies of #D31FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31FDA

Black with #D31FDA

Text Example


Text Example

White with #D31FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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