Html Css Color HEX #D31BE0 Deep Magenta

📋 copy color: '#D31BE0'

red 211 ◦ green 27 ◦ blue 224

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

Shades of Deep Magenta #D31BE0

Tints of Deep Magenta #D31BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.84%

 BLUE value IS 224 (87.89% from 255) = 48.48%

R = 45.67%
G = 5.84%
B = 48.48%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D31BE0 (or 0xD31BE0) is known color: Deep Magenta. HEX triplet: D3, 1B and E0. RGB value is (211,27,224). Sum of RGB (Red+Green+Blue) = 211+27+224=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #D31BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31BE0 is #2CE41F. Grayscale: #676767. Windows color (decimal): -2941984 or 14687187. OLE color: 14687187.

HSL color Cylindrical-coordinate representation of color #D31BE0: hue angle of 296.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31BE0 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 27 224 -
CMYK 0.06 0.88 0 0.12
HSL 296.04º 0.78% 0.49% -
HSV(B) 296.04º 0.88% 0.88% -
XYZ 40.71 20.01 72.24 -
YUV 104.47 195.46 203.98 -
System Red Green Blue C M Y K H S L
Decimal 211 27 224 0.06 0.88 0 0.12 296.04 0.78 0.49
Hex D3 1B E0 6 58 0 C 128 4E 31
Octal 323 33 340 6 130 0 14 450 116 61
Binary 11010011 11011 11100000 110 1011000 0 1100 100101000 1001110 110001

Color Harmonies of #D31BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31BE0

Black with #D31BE0

Text Example


Text Example

White with #D31BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31BE0; }

 p { color: rgb(211,27,224); }

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

background-color css

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

 a { background-color: rgb(211,27,224); }

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

border-color css

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

 span { border-color: rgb(211,27,224); }

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