Html Css Color HEX #D716D8 Deep Magenta

📋 copy color: '#D716D8'

red 215 ◦ green 22 ◦ blue 216

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

Shades of Deep Magenta #D716D8

Tints of Deep Magenta #D716D8

RGB

 RED value IS 215 (84.38% from 255) = 47.46%

 GREEN value IS 22 (8.98% from 255) = 4.86%

 BLUE value IS 216 (84.77% from 255) = 47.68%

R = 47.46%
G = 4.86%
B = 47.68%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D716D8 (or 0xD716D8) is known color: Deep Magenta. HEX triplet: D7, 16 and D8. RGB value is (215,22,216). Sum of RGB (Red+Green+Blue) = 215+22+216=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #D716D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716D8 is #28E927. Grayscale: #656565. Windows color (decimal): -2681128 or 14161623. OLE color: 14161623.

HSL color Cylindrical-coordinate representation of color #D716D8: hue angle of 299.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D716D8 is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 22 216 -
CMYK 0.00 0.90 0 0.15
HSL 299.69º 0.82% 0.47% -
HSV(B) 299.69º 0.9% 0.85% -
XYZ 40.71 19.98 66.68 -
YUV 101.82 192.44 208.73 -
System Red Green Blue C M Y K H S L
Decimal 215 22 216 0.00 0.90 0 0.15 299.69 0.82 0.47
Hex D7 16 D8 0 5A 0 F 12C 52 2F
Octal 327 26 330 0 132 0 17 454 122 57
Binary 11010111 10110 11011000 0 1011010 0 1111 100101100 1010010 101111

Color Harmonies of #D716D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D716D8

Black with #D716D8

Text Example


Text Example

White with #D716D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D716D8; }

 p { color: rgb(215,22,216); }

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

background-color css

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

 a { background-color: rgb(215,22,216); }

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

border-color css

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

 span { border-color: rgb(215,22,216); }

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