Html Css Color HEX #D31ADF Deep Magenta

📋 copy color: '#D31ADF'

red 211 ◦ green 26 ◦ blue 223

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

Shades of Deep Magenta #D31ADF

Tints of Deep Magenta #D31ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.65%

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 45.87%
G = 5.65%
B = 48.48%

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

#D31ADF (or 0xD31ADF) is known color: Deep Magenta. HEX triplet: D3, 1A and DF. RGB value is (211,26,223). Sum of RGB (Red+Green+Blue) = 211+26+223=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #D31ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31ADF is #2CE520. Grayscale: #676767. Windows color (decimal): -2942241 or 14621395. OLE color: 14621395.

HSL color Cylindrical-coordinate representation of color #D31ADF: hue angle of 296.35º degrees, saturation: 0.79, 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 #D31ADF is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 26 223 -
CMYK 0.05 0.88 0 0.13
HSL 296.35º 0.79% 0.49% -
HSV(B) 296.35º 0.88% 0.87% -
XYZ 40.55 19.92 71.52 -
YUV 103.77 195.29 204.48 -
System Red Green Blue C M Y K H S L
Decimal 211 26 223 0.05 0.88 0 0.13 296.35 0.79 0.49
Hex D3 1A DF 5 58 0 D 128 4F 31
Octal 323 32 337 5 130 0 15 450 117 61
Binary 11010011 11010 11011111 101 1011000 0 1101 100101000 1001111 110001

Color Harmonies of #D31ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31ADF

Black with #D31ADF

Text Example


Text Example

White with #D31ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31ADF; }

 p { color: rgb(211,26,223); }

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

background-color css

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

 a { background-color: rgb(211,26,223); }

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

border-color css

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

 span { border-color: rgb(211,26,223); }

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