Html Css Color HEX #D413A6 Medium Violet Red

📋 copy color: '#D413A6'

red 212 ◦ green 19 ◦ blue 166

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

Shades of Medium Violet Red #D413A6

Tints of Medium Violet Red #D413A6

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.79%

 BLUE value IS 166 (65.23% from 255) = 41.81%

R = 53.4%
G = 4.79%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D413A6 (or 0xD413A6) is known color: Medium Violet Red. HEX triplet: D4, 13 and A6. RGB value is (212,19,166). Sum of RGB (Red+Green+Blue) = 212+19+166=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D413A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D413A6 is #2BEC59. Grayscale: #5D5D5D. Windows color (decimal): -2878554 or 10884052. OLE color: 10884052.

HSL color Cylindrical-coordinate representation of color #D413A6: hue angle of 314.3º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D413A6 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 19 166 -
CMYK 0 0.91 0.22 0.17
HSL 314.3º 0.84% 0.45% -
HSV(B) 314.3º 0.91% 0.83% -
XYZ 34.27 17.22 37.59 -
YUV 93.47 168.94 212.55 -
System Red Green Blue C M Y K H S L
Decimal 212 19 166 0 0.91 0.22 0.17 314.3 0.84 0.45
Hex D4 13 A6 0 5B 16 11 13A 54 2D
Octal 324 23 246 0 133 26 21 472 124 55
Binary 11010100 10011 10100110 0 1011011 10110 10001 100111010 1010100 101101

Color Harmonies of #D413A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D413A6

Black with #D413A6

Text Example


Text Example

White with #D413A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D413A6; }

 p { color: rgb(212,19,166); }

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

background-color css

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

 a { background-color: rgb(212,19,166); }

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

border-color css

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

 span { border-color: rgb(212,19,166); }

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