Html Css Color HEX #D318E4 Deep Magenta

📋 copy color: '#D318E4'

red 211 ◦ green 24 ◦ blue 228

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

Shades of Deep Magenta #D318E4

Tints of Deep Magenta #D318E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.24%

R = 45.57%
G = 5.18%
B = 49.24%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D318E4 (or 0xD318E4) is known color: Deep Magenta. HEX triplet: D3, 18 and E4. RGB value is (211,24,228). Sum of RGB (Red+Green+Blue) = 211+24+228=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #D318E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D318E4 is #2CE71B. Grayscale: #666666. Windows color (decimal): -2942748 or 14948563. OLE color: 14948563.

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

Color convert

RGB 211 24 228 -
CMYK 0.07 0.89 0 0.11
HSL 295º 0.81% 0.49% -
HSV(B) 295º 0.89% 0.89% -
XYZ 41.19 20.1 75.11 -
YUV 103.17 198.45 204.91 -
System Red Green Blue C M Y K H S L
Decimal 211 24 228 0.07 0.89 0 0.11 295 0.81 0.49
Hex D3 18 E4 7 59 0 B 127 51 31
Octal 323 30 344 7 131 0 13 447 121 61
Binary 11010011 11000 11100100 111 1011001 0 1011 100100111 1010001 110001

Color Harmonies of #D318E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D318E4

Black with #D318E4

Text Example


Text Example

White with #D318E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D318E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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