Html Css Color HEX #D318E1 Deep Magenta

📋 copy color: '#D318E1'

red 211 ◦ green 24 ◦ blue 225

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

Shades of Deep Magenta #D318E1

Tints of Deep Magenta #D318E1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.22%

 BLUE value IS 225 (88.28% from 255) = 48.91%

R = 45.87%
G = 5.22%
B = 48.91%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D318E1 (or 0xD318E1) is known color: Deep Magenta. HEX triplet: D3, 18 and E1. RGB value is (211,24,225). Sum of RGB (Red+Green+Blue) = 211+24+225=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #D318E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D318E1 is #2CE71E. Grayscale: #666666. Windows color (decimal): -2942751 or 14751955. OLE color: 14751955.

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

Color convert

RGB 211 24 225 -
CMYK 0.06 0.89 0 0.12
HSL 295.82º 0.81% 0.49% -
HSV(B) 295.82º 0.89% 0.88% -
XYZ 40.78 19.94 72.93 -
YUV 102.83 196.95 205.16 -
System Red Green Blue C M Y K H S L
Decimal 211 24 225 0.06 0.89 0 0.12 295.82 0.81 0.49
Hex D3 18 E1 6 59 0 C 128 51 31
Octal 323 30 341 6 131 0 14 450 121 61
Binary 11010011 11000 11100001 110 1011001 0 1100 100101000 1010001 110001

Color Harmonies of #D318E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D318E1

Black with #D318E1

Text Example


Text Example

White with #D318E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D318E1; }

 p { color: rgb(211,24,225); }

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

background-color css

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

 a { background-color: rgb(211,24,225); }

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

border-color css

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

 span { border-color: rgb(211,24,225); }

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