Html Css Color HEX #D416D8 Deep Magenta

📋 copy color: '#D416D8'

red 212 ◦ green 22 ◦ blue 216

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

Shades of Deep Magenta #D416D8

Tints of Deep Magenta #D416D8

RGB

 RED value IS 212 (83.2% from 255) = 47.11%

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

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

R = 47.11%
G = 4.89%
B = 48%

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

#D416D8 (or 0xD416D8) is known color: Deep Magenta. HEX triplet: D4, 16 and D8. RGB value is (212,22,216). Sum of RGB (Red+Green+Blue) = 212+22+216=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #D416D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416D8 is #2BE927. Grayscale: #646464. Windows color (decimal): -2877736 or 14161620. OLE color: 14161620.

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

Color convert

RGB 212 22 216 -
CMYK 0.02 0.90 0 0.15
HSL 298.76º 0.82% 0.47% -
HSV(B) 298.76º 0.9% 0.85% -
XYZ 39.83 19.53 66.64 -
YUV 100.93 192.95 207.23 -
System Red Green Blue C M Y K H S L
Decimal 212 22 216 0.02 0.90 0 0.15 298.76 0.82 0.47
Hex D4 16 D8 2 5A 0 F 12B 52 2F
Octal 324 26 330 2 132 0 17 453 122 57
Binary 11010100 10110 11011000 10 1011010 0 1111 100101011 1010010 101111

Color Harmonies of #D416D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D416D8

Black with #D416D8

Text Example


Text Example

White with #D416D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D416D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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