Html Css Color HEX #D817E0 Deep Magenta

📋 copy color: '#D817E0'

red 216 ◦ green 23 ◦ blue 224

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

Shades of Deep Magenta #D817E0

Tints of Deep Magenta #D817E0

RGB

 RED value IS 216 (84.77% from 255) = 46.65%

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

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

R = 46.65%
G = 4.97%
B = 48.38%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D817E0 (or 0xD817E0) is known color: Deep Magenta. HEX triplet: D8, 17 and E0. RGB value is (216,23,224). Sum of RGB (Red+Green+Blue) = 216+23+224=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #D817E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817E0 is #27E81F. Grayscale: #676767. Windows color (decimal): -2615328 or 14686168. OLE color: 14686168.

HSL color Cylindrical-coordinate representation of color #D817E0: hue angle of 297.61º 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 #D817E0 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 23 224 -
CMYK 0.04 0.90 0 0.12
HSL 297.61º 0.81% 0.48% -
HSV(B) 297.61º 0.9% 0.88% -
XYZ 42.08 20.59 72.28 -
YUV 103.62 195.94 208.16 -
System Red Green Blue C M Y K H S L
Decimal 216 23 224 0.04 0.90 0 0.12 297.61 0.81 0.48
Hex D8 17 E0 4 5A 0 C 12A 51 30
Octal 330 27 340 4 132 0 14 452 121 60
Binary 11011000 10111 11100000 100 1011010 0 1100 100101010 1010001 110000

Color Harmonies of #D817E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D817E0

Black with #D817E0

Text Example


Text Example

White with #D817E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D817E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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