Html Css Color HEX #D817DC Deep Magenta

📋 copy color: '#D817DC'

red 216 ◦ green 23 ◦ blue 220

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

Shades of Deep Magenta #D817DC

Tints of Deep Magenta #D817DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 47.06%
G = 5.01%
B = 47.93%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D817DC (or 0xD817DC) is known color: Deep Magenta. HEX triplet: D8, 17 and DC. RGB value is (216,23,220). Sum of RGB (Red+Green+Blue) = 216+23+220=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #D817DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817DC is #27E823. Grayscale: #666666. Windows color (decimal): -2615332 or 14424024. OLE color: 14424024.

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

Color convert

RGB 216 23 220 -
CMYK 0.02 0.90 0 0.14
HSL 298.78º 0.81% 0.48% -
HSV(B) 298.78º 0.9% 0.86% -
XYZ 41.54 20.38 69.45 -
YUV 103.17 193.94 208.48 -
System Red Green Blue C M Y K H S L
Decimal 216 23 220 0.02 0.90 0 0.14 298.78 0.81 0.48
Hex D8 17 DC 2 5A 0 E 12B 51 30
Octal 330 27 334 2 132 0 16 453 121 60
Binary 11011000 10111 11011100 10 1011010 0 1110 100101011 1010001 110000

Color Harmonies of #D817DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D817DC

Black with #D817DC

Text Example


Text Example

White with #D817DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D817DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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