Html Css Color HEX #D31BDA Deep Magenta

📋 copy color: '#D31BDA'

red 211 ◦ green 27 ◦ blue 218

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

Shades of Deep Magenta #D31BDA

Tints of Deep Magenta #D31BDA

RGB

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

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

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

R = 46.27%
G = 5.92%
B = 47.81%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D31BDA (or 0xD31BDA) is known color: Deep Magenta. HEX triplet: D3, 1B and DA. RGB value is (211,27,218). Sum of RGB (Red+Green+Blue) = 211+27+218=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #D31BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31BDA is #2CE425. Grayscale: #676767. Windows color (decimal): -2941990 or 14293971. OLE color: 14293971.

HSL color Cylindrical-coordinate representation of color #D31BDA: hue angle of 297.8º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31BDA is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 27 218 -
CMYK 0.03 0.88 0 0.15
HSL 297.8º 0.78% 0.48% -
HSV(B) 297.8º 0.88% 0.85% -
XYZ 39.91 19.69 68.03 -
YUV 103.79 192.46 204.47 -
System Red Green Blue C M Y K H S L
Decimal 211 27 218 0.03 0.88 0 0.15 297.8 0.78 0.48
Hex D3 1B DA 3 58 0 F 12A 4E 30
Octal 323 33 332 3 130 0 17 452 116 60
Binary 11010011 11011 11011010 11 1011000 0 1111 100101010 1001110 110000

Color Harmonies of #D31BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31BDA

Black with #D31BDA

Text Example


Text Example

White with #D31BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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