Html Css Color HEX #D416A8 Medium Violet Red

📋 copy color: '#D416A8'

red 212 ◦ green 22 ◦ blue 168

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

Shades of Medium Violet Red #D416A8

Tints of Medium Violet Red #D416A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.79%

R = 52.74%
G = 5.47%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D416A8 (or 0xD416A8) is known color: Medium Violet Red. HEX triplet: D4, 16 and A8. RGB value is (212,22,168). Sum of RGB (Red+Green+Blue) = 212+22+168=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D416A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D416A8 is #2BE957. Grayscale: #5F5F5F. Windows color (decimal): -2877784 or 11015892. OLE color: 11015892.

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

Color convert

RGB 212 22 168 -
CMYK 0 0.90 0.21 0.17
HSL 313.89º 0.81% 0.46% -
HSV(B) 313.89º 0.9% 0.83% -
XYZ 34.51 17.4 38.59 -
YUV 95.45 168.95 211.13 -
System Red Green Blue C M Y K H S L
Decimal 212 22 168 0 0.90 0.21 0.17 313.89 0.81 0.46
Hex D4 16 A8 0 5A 15 11 13A 51 2E
Octal 324 26 250 0 132 25 21 472 121 56
Binary 11010100 10110 10101000 0 1011010 10101 10001 100111010 1010001 101110

Color Harmonies of #D416A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D416A8

Black with #D416A8

Text Example


Text Example

White with #D416A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D416A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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