Html Css Color HEX #D414A8 Medium Violet Red

📋 copy color: '#D414A8'

red 212 ◦ green 20 ◦ blue 168

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

Shades of Medium Violet Red #D414A8

Tints of Medium Violet Red #D414A8

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5%

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

R = 53%
G = 5%
B = 42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D414A8 (or 0xD414A8) is known color: Medium Violet Red. HEX triplet: D4, 14 and A8. RGB value is (212,20,168). Sum of RGB (Red+Green+Blue) = 212+20+168=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D414A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D414A8 is #2BEB57. Grayscale: #5D5D5D. Windows color (decimal): -2878296 or 11015380. OLE color: 11015380.

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

Color convert

RGB 212 20 168 -
CMYK 0 0.91 0.21 0.17
HSL 313.75º 0.83% 0.45% -
HSV(B) 313.75º 0.91% 0.83% -
XYZ 34.47 17.32 38.57 -
YUV 94.28 169.61 211.97 -
System Red Green Blue C M Y K H S L
Decimal 212 20 168 0 0.91 0.21 0.17 313.75 0.83 0.45
Hex D4 14 A8 0 5B 15 11 13A 53 2D
Octal 324 24 250 0 133 25 21 472 123 55
Binary 11010100 10100 10101000 0 1011011 10101 10001 100111010 1010011 101101

Color Harmonies of #D414A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414A8

Black with #D414A8

Text Example


Text Example

White with #D414A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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