Html Css Color HEX #D316D8 Deep Magenta

📋 copy color: '#D316D8'

red 211 ◦ green 22 ◦ blue 216

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

Shades of Deep Magenta #D316D8

Tints of Deep Magenta #D316D8

RGB

 RED value IS 211 (82.81% from 255) = 46.99%

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

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

R = 46.99%
G = 4.9%
B = 48.11%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D316D8 (or 0xD316D8) is known color: Deep Magenta. HEX triplet: D3, 16 and D8. RGB value is (211,22,216). Sum of RGB (Red+Green+Blue) = 211+22+216=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #D316D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D316D8 is #2CE927. Grayscale: #646464. Windows color (decimal): -2943272 or 14161619. OLE color: 14161619.

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

Color convert

RGB 211 22 216 -
CMYK 0.02 0.90 0 0.15
HSL 298.45º 0.82% 0.47% -
HSV(B) 298.45º 0.9% 0.85% -
XYZ 39.55 19.38 66.62 -
YUV 100.63 193.12 206.73 -
System Red Green Blue C M Y K H S L
Decimal 211 22 216 0.02 0.90 0 0.15 298.45 0.82 0.47
Hex D3 16 D8 2 5A 0 F 12A 52 2F
Octal 323 26 330 2 132 0 17 452 122 57
Binary 11010011 10110 11011000 10 1011010 0 1111 100101010 1010010 101111

Color Harmonies of #D316D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D316D8

Black with #D316D8

Text Example


Text Example

White with #D316D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D316D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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