Html Css Color HEX #D31EBA Deep Magenta

📋 copy color: '#D31EBA'

red 211 ◦ green 30 ◦ blue 186

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

Shades of Deep Magenta #D31EBA

Tints of Deep Magenta #D31EBA

RGB

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

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

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

R = 49.41%
G = 7.03%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D31EBA (or 0xD31EBA) is known color: Deep Magenta. HEX triplet: D3, 1E and BA. RGB value is (211,30,186). Sum of RGB (Red+Green+Blue) = 211+30+186=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D31EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31EBA is #2CE145. Grayscale: #656565. Windows color (decimal): -2941254 or 12197587. OLE color: 12197587.

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

Color convert

RGB 211 30 186 -
CMYK 0 0.86 0.12 0.17
HSL 308.29º 0.75% 0.47% -
HSV(B) 308.29º 0.86% 0.83% -
XYZ 36.19 18.32 48.08 -
YUV 101.9 175.47 205.82 -
System Red Green Blue C M Y K H S L
Decimal 211 30 186 0 0.86 0.12 0.17 308.29 0.75 0.47
Hex D3 1E BA 0 56 C 11 134 4B 2F
Octal 323 36 272 0 126 14 21 464 113 57
Binary 11010011 11110 10111010 0 1010110 1100 10001 100110100 1001011 101111

Color Harmonies of #D31EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EBA

Black with #D31EBA

Text Example


Text Example

White with #D31EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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