Html Css Color HEX #D817DA Deep Magenta

📋 copy color: '#D817DA'

red 216 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #D817DA

Tints of Deep Magenta #D817DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 47.26%
G = 5.03%
B = 47.7%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D817DA (or 0xD817DA) is known color: Deep Magenta. HEX triplet: D8, 17 and DA. RGB value is (216,23,218). Sum of RGB (Red+Green+Blue) = 216+23+218=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #D817DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817DA is #27E825. Grayscale: #666666. Windows color (decimal): -2615334 or 14292952. OLE color: 14292952.

HSL color Cylindrical-coordinate representation of color #D817DA: hue angle of 299.38º 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 #D817DA is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 23 218 -
CMYK 0.01 0.89 0 0.15
HSL 299.38º 0.81% 0.47% -
HSV(B) 299.38º 0.89% 0.85% -
XYZ 41.28 20.27 68.07 -
YUV 102.94 192.94 208.64 -
System Red Green Blue C M Y K H S L
Decimal 216 23 218 0.01 0.89 0 0.15 299.38 0.81 0.47
Hex D8 17 DA 1 59 0 F 12B 51 2F
Octal 330 27 332 1 131 0 17 453 121 57
Binary 11011000 10111 11011010 1 1011001 0 1111 100101011 1010001 101111

Color Harmonies of #D817DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D817DA

Black with #D817DA

Text Example


Text Example

White with #D817DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D817DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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