Html Css Color HEX #D51C7C Medium Violet Red

📋 copy color: '#D51C7C'

red 213 ◦ green 28 ◦ blue 124

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

Shades of Medium Violet Red #D51C7C

Tints of Medium Violet Red #D51C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 58.36%
G = 7.67%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D51C7C (or 0xD51C7C) is known color: Medium Violet Red. HEX triplet: D5, 1C and 7C. RGB value is (213,28,124). Sum of RGB (Red+Green+Blue) = 213+28+124=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51C7C is #2AE383. Grayscale: #5E5E5E. Windows color (decimal): -2810756 or 8133845. OLE color: 8133845.

HSL color Cylindrical-coordinate representation of color #D51C7C: hue angle of 328.86º 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 #D51C7C is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 28 124 -
CMYK 0 0.87 0.42 0.16
HSL 328.86º 0.77% 0.47% -
HSV(B) 328.86º 0.87% 0.84% -
XYZ 31.49 16.43 20.58 -
YUV 94.26 144.79 212.69 -
System Red Green Blue C M Y K H S L
Decimal 213 28 124 0 0.87 0.42 0.16 328.86 0.77 0.47
Hex D5 1C 7C 0 57 2A 10 149 4D 2F
Octal 325 34 174 0 127 52 20 511 115 57
Binary 11010101 11100 1111100 0 1010111 101010 10000 101001001 1001101 101111

Color Harmonies of #D51C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C7C

Black with #D51C7C

Text Example


Text Example

White with #D51C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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