Html Css Color HEX #D413A4 Medium Violet Red

📋 copy color: '#D413A4'

red 212 ◦ green 19 ◦ blue 164

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

Shades of Medium Violet Red #D413A4

Tints of Medium Violet Red #D413A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.52%

R = 53.67%
G = 4.81%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D413A4 (or 0xD413A4) is known color: Medium Violet Red. HEX triplet: D4, 13 and A4. RGB value is (212,19,164). Sum of RGB (Red+Green+Blue) = 212+19+164=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D413A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D413A4 is #2BEC5B. Grayscale: #5C5C5C. Windows color (decimal): -2878556 or 10752980. OLE color: 10752980.

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

Color convert

RGB 212 19 164 -
CMYK 0 0.91 0.23 0.17
HSL 314.92º 0.84% 0.45% -
HSV(B) 314.92º 0.91% 0.83% -
XYZ 34.09 17.14 36.63 -
YUV 93.24 167.94 212.71 -
System Red Green Blue C M Y K H S L
Decimal 212 19 164 0 0.91 0.23 0.17 314.92 0.84 0.45
Hex D4 13 A4 0 5B 17 11 13B 54 2D
Octal 324 23 244 0 133 27 21 473 124 55
Binary 11010100 10011 10100100 0 1011011 10111 10001 100111011 1010100 101101

Color Harmonies of #D413A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D413A4

Black with #D413A4

Text Example


Text Example

White with #D413A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D413A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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