Html Css Color HEX #D51C8A Medium Violet Red

📋 copy color: '#D51C8A'

red 213 ◦ green 28 ◦ blue 138

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

Shades of Medium Violet Red #D51C8A

Tints of Medium Violet Red #D51C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 56.2%
G = 7.39%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D51C8A (or 0xD51C8A) is known color: Medium Violet Red. HEX triplet: D5, 1C and 8A. RGB value is (213,28,138). Sum of RGB (Red+Green+Blue) = 213+28+138=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51C8A is #2AE375. Grayscale: #5F5F5F. Windows color (decimal): -2810742 or 9051349. OLE color: 9051349.

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

Color convert

RGB 213 28 138 -
CMYK 0 0.87 0.35 0.16
HSL 324.32º 0.77% 0.47% -
HSV(B) 324.32º 0.87% 0.84% -
XYZ 32.44 16.81 25.58 -
YUV 95.86 151.79 211.56 -
System Red Green Blue C M Y K H S L
Decimal 213 28 138 0 0.87 0.35 0.16 324.32 0.77 0.47
Hex D5 1C 8A 0 57 23 10 144 4D 2F
Octal 325 34 212 0 127 43 20 504 115 57
Binary 11010101 11100 10001010 0 1010111 100011 10000 101000100 1001101 101111

Color Harmonies of #D51C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C8A

Black with #D51C8A

Text Example


Text Example

White with #D51C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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