Html Css Color HEX #D31EBE Deep Magenta

📋 copy color: '#D31EBE'

red 211 ◦ green 30 ◦ blue 190

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

Shades of Deep Magenta #D31EBE

Tints of Deep Magenta #D31EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.96%

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 48.96%
G = 6.96%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D31EBE (or 0xD31EBE) is known color: Deep Magenta. HEX triplet: D3, 1E and BE. RGB value is (211,30,190). Sum of RGB (Red+Green+Blue) = 211+30+190=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D31EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31EBE is #2CE141. Grayscale: #656565. Windows color (decimal): -2941250 or 12459731. OLE color: 12459731.

HSL color Cylindrical-coordinate representation of color #D31EBE: hue angle of 306.96º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31EBE is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 30 190 -
CMYK 0 0.86 0.10 0.17
HSL 306.96º 0.75% 0.47% -
HSV(B) 306.96º 0.86% 0.83% -
XYZ 36.62 18.5 50.35 -
YUV 102.36 177.47 205.49 -
System Red Green Blue C M Y K H S L
Decimal 211 30 190 0 0.86 0.10 0.17 306.96 0.75 0.47
Hex D3 1E BE 0 56 A 11 133 4B 2F
Octal 323 36 276 0 126 12 21 463 113 57
Binary 11010011 11110 10111110 0 1010110 1010 10001 100110011 1001011 101111

Color Harmonies of #D31EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EBE

Black with #D31EBE

Text Example


Text Example

White with #D31EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EBE; }

 p { color: rgb(211,30,190); }

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

background-color css

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

 a { background-color: rgb(211,30,190); }

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

border-color css

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

 span { border-color: rgb(211,30,190); }

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