Html Css Color HEX #D317E5 Deep Magenta

📋 copy color: '#D317E5'

red 211 ◦ green 23 ◦ blue 229

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

Shades of Deep Magenta #D317E5

Tints of Deep Magenta #D317E5

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.97%

 BLUE value IS 229 (89.84% from 255) = 49.46%

R = 45.57%
G = 4.97%
B = 49.46%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D317E5 (or 0xD317E5) is known color: Deep Magenta. HEX triplet: D3, 17 and E5. RGB value is (211,23,229). Sum of RGB (Red+Green+Blue) = 211+23+229=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #D317E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D317E5 is #2CE81A. Grayscale: #666666. Windows color (decimal): -2943003 or 15013843. OLE color: 15013843.

HSL color Cylindrical-coordinate representation of color #D317E5: hue angle of 294.76º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D317E5 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 23 229 -
CMYK 0.08 0.90 0 0.10
HSL 294.76º 0.82% 0.49% -
HSV(B) 294.76º 0.9% 0.9% -
XYZ 41.31 20.12 75.83 -
YUV 102.7 199.28 205.25 -
System Red Green Blue C M Y K H S L
Decimal 211 23 229 0.08 0.90 0 0.10 294.76 0.82 0.49
Hex D3 17 E5 8 5A 0 A 127 52 31
Octal 323 27 345 10 132 0 12 447 122 61
Binary 11010011 10111 11100101 1000 1011010 0 1010 100100111 1010010 110001

Color Harmonies of #D317E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D317E5

Black with #D317E5

Text Example


Text Example

White with #D317E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D317E5; }

 p { color: rgb(211,23,229); }

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

background-color css

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

 a { background-color: rgb(211,23,229); }

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

border-color css

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

 span { border-color: rgb(211,23,229); }

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