Html Css Color HEX #D51CA4 Medium Violet Red

📋 copy color: '#D51CA4'

red 213 ◦ green 28 ◦ blue 164

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

Shades of Medium Violet Red #D51CA4

Tints of Medium Violet Red #D51CA4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.91%

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

R = 52.59%
G = 6.91%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D51CA4 (or 0xD51CA4) is known color: Medium Violet Red. HEX triplet: D5, 1C and A4. RGB value is (213,28,164). Sum of RGB (Red+Green+Blue) = 213+28+164=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51CA4 is #2AE35B. Grayscale: #626262. Windows color (decimal): -2810716 or 10755285. OLE color: 10755285.

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

Color convert

RGB 213 28 164 -
CMYK 0 0.87 0.23 0.16
HSL 315.89º 0.77% 0.47% -
HSV(B) 315.89º 0.87% 0.84% -
XYZ 34.56 17.66 36.71 -
YUV 98.82 164.79 209.44 -
System Red Green Blue C M Y K H S L
Decimal 213 28 164 0 0.87 0.23 0.16 315.89 0.77 0.47
Hex D5 1C A4 0 57 17 10 13C 4D 2F
Octal 325 34 244 0 127 27 20 474 115 57
Binary 11010101 11100 10100100 0 1010111 10111 10000 100111100 1001101 101111

Color Harmonies of #D51CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CA4

Black with #D51CA4

Text Example


Text Example

White with #D51CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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