Html Css Color HEX #D416DA Deep Magenta

📋 copy color: '#D416DA'

red 212 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #D416DA

Tints of Deep Magenta #D416DA

RGB

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

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

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

R = 46.9%
G = 4.87%
B = 48.23%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D416DA (or 0xD416DA) is known color: Deep Magenta. HEX triplet: D4, 16 and DA. RGB value is (212,22,218). Sum of RGB (Red+Green+Blue) = 212+22+218=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 22 (8.98% from 255 or 4.87% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #D416DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416DA is #2BE925. Grayscale: #646464. Windows color (decimal): -2877734 or 14292692. OLE color: 14292692.

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

Color convert

RGB 212 22 218 -
CMYK 0.03 0.90 0 0.15
HSL 298.16º 0.82% 0.47% -
HSV(B) 298.16º 0.9% 0.85% -
XYZ 40.09 19.63 68.01 -
YUV 101.15 193.95 207.06 -
System Red Green Blue C M Y K H S L
Decimal 212 22 218 0.03 0.90 0 0.15 298.16 0.82 0.47
Hex D4 16 DA 3 5A 0 F 12A 52 2F
Octal 324 26 332 3 132 0 17 452 122 57
Binary 11010100 10110 11011010 11 1011010 0 1111 100101010 1010010 101111

Color Harmonies of #D416DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D416DA

Black with #D416DA

Text Example


Text Example

White with #D416DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D416DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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