Html Css Color HEX #D31DDA Deep Magenta

📋 copy color: '#D31DDA'

red 211 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #D31DDA

Tints of Deep Magenta #D31DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.33%

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

R = 46.07%
G = 6.33%
B = 47.6%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D31DDA (or 0xD31DDA) is known color: Deep Magenta. HEX triplet: D3, 1D and DA. RGB value is (211,29,218). Sum of RGB (Red+Green+Blue) = 211+29+218=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #D31DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DDA is #2CE225. Grayscale: #686868. Windows color (decimal): -2941478 or 14294483. OLE color: 14294483.

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

Color convert

RGB 211 29 218 -
CMYK 0.03 0.87 0 0.15
HSL 297.78º 0.77% 0.48% -
HSV(B) 297.78º 0.87% 0.85% -
XYZ 39.96 19.79 68.04 -
YUV 104.96 191.8 203.63 -
System Red Green Blue C M Y K H S L
Decimal 211 29 218 0.03 0.87 0 0.15 297.78 0.77 0.48
Hex D3 1D DA 3 57 0 F 12A 4D 30
Octal 323 35 332 3 127 0 17 452 115 60
Binary 11010011 11101 11011010 11 1010111 0 1111 100101010 1001101 110000

Color Harmonies of #D31DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31DDA

Black with #D31DDA

Text Example


Text Example

White with #D31DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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