Html Css Color HEX #D416C8 Deep Magenta

📋 copy color: '#D416C8'

red 212 ◦ green 22 ◦ blue 200

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

Shades of Deep Magenta #D416C8

Tints of Deep Magenta #D416C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.08%

R = 48.85%
G = 5.07%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D416C8 (or 0xD416C8) is known color: Deep Magenta. HEX triplet: D4, 16 and C8. RGB value is (212,22,200). Sum of RGB (Red+Green+Blue) = 212+22+200=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D416C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416C8 is #2BE937. Grayscale: #626262. Windows color (decimal): -2877752 or 13113044. OLE color: 13113044.

HSL color Cylindrical-coordinate representation of color #D416C8: hue angle of 303.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D416C8 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 200 -
CMYK 0 0.90 0.06 0.17
HSL 303.79º 0.81% 0.46% -
HSV(B) 303.79º 0.9% 0.83% -
XYZ 37.86 18.74 56.27 -
YUV 99.1 184.95 208.53 -
System Red Green Blue C M Y K H S L
Decimal 212 22 200 0 0.90 0.06 0.17 303.79 0.81 0.46
Hex D4 16 C8 0 5A 6 11 130 51 2E
Octal 324 26 310 0 132 6 21 460 121 56
Binary 11010100 10110 11001000 0 1011010 110 10001 100110000 1010001 101110

Color Harmonies of #D416C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D416C8

Black with #D416C8

Text Example


Text Example

White with #D416C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D416C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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