Html Css Color HEX #D31BDE Deep Magenta

📋 copy color: '#D31BDE'

red 211 ◦ green 27 ◦ blue 222

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

Shades of Deep Magenta #D31BDE

Tints of Deep Magenta #D31BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 45.87%
G = 5.87%
B = 48.26%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D31BDE (or 0xD31BDE) is known color: Deep Magenta. HEX triplet: D3, 1B and DE. RGB value is (211,27,222). Sum of RGB (Red+Green+Blue) = 211+27+222=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #D31BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31BDE is #2CE421. Grayscale: #676767. Windows color (decimal): -2941986 or 14556115. OLE color: 14556115.

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

Color convert

RGB 211 27 222 -
CMYK 0.05 0.88 0 0.13
HSL 296.62º 0.78% 0.49% -
HSV(B) 296.62º 0.88% 0.87% -
XYZ 40.44 19.91 70.82 -
YUV 104.25 194.46 204.14 -
System Red Green Blue C M Y K H S L
Decimal 211 27 222 0.05 0.88 0 0.13 296.62 0.78 0.49
Hex D3 1B DE 5 58 0 D 129 4E 31
Octal 323 33 336 5 130 0 15 451 116 61
Binary 11010011 11011 11011110 101 1011000 0 1101 100101001 1001110 110001

Color Harmonies of #D31BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31BDE

Black with #D31BDE

Text Example


Text Example

White with #D31BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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