Html Css Color HEX #D51AA4 Medium Violet Red

📋 copy color: '#D51AA4'

red 213 ◦ green 26 ◦ blue 164

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

Shades of Medium Violet Red #D51AA4

Tints of Medium Violet Red #D51AA4

RGB

 RED value IS 213 (83.59% from 255) = 52.85%

 GREEN value IS 26 (10.55% from 255) = 6.45%

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

R = 52.85%
G = 6.45%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D51AA4 (or 0xD51AA4) is known color: Medium Violet Red. HEX triplet: D5, 1A and A4. RGB value is (213,26,164). Sum of RGB (Red+Green+Blue) = 213+26+164=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D51AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51AA4 is #2AE55B. Grayscale: #616161. Windows color (decimal): -2811228 or 10754773. OLE color: 10754773.

HSL color Cylindrical-coordinate representation of color #D51AA4: hue angle of 315.72º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51AA4 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 26 164 -
CMYK 0 0.88 0.23 0.16
HSL 315.72º 0.78% 0.47% -
HSV(B) 315.72º 0.88% 0.84% -
XYZ 34.51 17.57 36.69 -
YUV 97.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 213 26 164 0 0.88 0.23 0.16 315.72 0.78 0.47
Hex D5 1A A4 0 58 17 10 13C 4E 2F
Octal 325 32 244 0 130 27 20 474 116 57
Binary 11010101 11010 10100100 0 1011000 10111 10000 100111100 1001110 101111

Color Harmonies of #D51AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AA4

Black with #D51AA4

Text Example


Text Example

White with #D51AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AA4; }

 p { color: rgb(213,26,164); }

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

background-color css

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

 a { background-color: rgb(213,26,164); }

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

border-color css

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

 span { border-color: rgb(213,26,164); }

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