Html Css Color HEX #D424A8 Medium Violet Red

📋 copy color: '#D424A8'

red 212 ◦ green 36 ◦ blue 168

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

Shades of Medium Violet Red #D424A8

Tints of Medium Violet Red #D424A8

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.65%

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

R = 50.96%
G = 8.65%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D424A8 (or 0xD424A8) is known color: Medium Violet Red. HEX triplet: D4, 24 and A8. RGB value is (212,36,168). Sum of RGB (Red+Green+Blue) = 212+36+168=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D424A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D424A8 is #2BDB57. Grayscale: #676767. Windows color (decimal): -2874200 or 11019476. OLE color: 11019476.

HSL color Cylindrical-coordinate representation of color #D424A8: hue angle of 315º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D424A8 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 36 168 -
CMYK 0 0.83 0.21 0.17
HSL 315º 0.71% 0.49% -
HSV(B) 315º 0.83% 0.83% -
XYZ 34.85 18.09 38.7 -
YUV 103.67 164.31 205.27 -
System Red Green Blue C M Y K H S L
Decimal 212 36 168 0 0.83 0.21 0.17 315 0.71 0.49
Hex D4 24 A8 0 53 15 11 13B 47 31
Octal 324 44 250 0 123 25 21 473 107 61
Binary 11010100 100100 10101000 0 1010011 10101 10001 100111011 1000111 110001

Color Harmonies of #D424A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D424A8

Black with #D424A8

Text Example


Text Example

White with #D424A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D424A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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