Html Css Color HEX #D317E0 Deep Magenta

📋 copy color: '#D317E0'

red 211 ◦ green 23 ◦ blue 224

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

Shades of Deep Magenta #D317E0

Tints of Deep Magenta #D317E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.91%

R = 46.07%
G = 5.02%
B = 48.91%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D317E0 (or 0xD317E0) is known color: Deep Magenta. HEX triplet: D3, 17 and E0. RGB value is (211,23,224). Sum of RGB (Red+Green+Blue) = 211+23+224=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #D317E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D317E0 is #2CE81F. Grayscale: #656565. Windows color (decimal): -2943008 or 14686163. OLE color: 14686163.

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

Color convert

RGB 211 23 224 -
CMYK 0.06 0.90 0 0.12
HSL 296.12º 0.81% 0.48% -
HSV(B) 296.12º 0.9% 0.88% -
XYZ 40.62 19.84 72.21 -
YUV 102.13 196.78 205.66 -
System Red Green Blue C M Y K H S L
Decimal 211 23 224 0.06 0.90 0 0.12 296.12 0.81 0.48
Hex D3 17 E0 6 5A 0 C 128 51 30
Octal 323 27 340 6 132 0 14 450 121 60
Binary 11010011 10111 11100000 110 1011010 0 1100 100101000 1010001 110000

Color Harmonies of #D317E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D317E0

Black with #D317E0

Text Example


Text Example

White with #D317E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D317E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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