Html Css Color HEX #D817D0 Deep Magenta

📋 copy color: '#D817D0'

red 216 ◦ green 23 ◦ blue 208

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

Shades of Deep Magenta #D817D0

Tints of Deep Magenta #D817D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.53%

R = 48.32%
G = 5.15%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D817D0 (or 0xD817D0) is known color: Deep Magenta. HEX triplet: D8, 17 and D0. RGB value is (216,23,208). Sum of RGB (Red+Green+Blue) = 216+23+208=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D817D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817D0 is #27E82F. Grayscale: #656565. Windows color (decimal): -2615344 or 13637592. OLE color: 13637592.

HSL color Cylindrical-coordinate representation of color #D817D0: hue angle of 302.49º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D817D0 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 23 208 -
CMYK 0 0.89 0.04 0.15
HSL 302.49º 0.81% 0.47% -
HSV(B) 302.49º 0.89% 0.85% -
XYZ 40.01 19.77 61.38 -
YUV 101.8 187.94 209.46 -
System Red Green Blue C M Y K H S L
Decimal 216 23 208 0 0.89 0.04 0.15 302.49 0.81 0.47
Hex D8 17 D0 0 59 4 F 12E 51 2F
Octal 330 27 320 0 131 4 17 456 121 57
Binary 11011000 10111 11010000 0 1011001 100 1111 100101110 1010001 101111

Color Harmonies of #D817D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D817D0

Black with #D817D0

Text Example


Text Example

White with #D817D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D817D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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