Html Css Color HEX #D51C8D Medium Violet Red

📋 copy color: '#D51C8D'

red 213 ◦ green 28 ◦ blue 141

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

Shades of Medium Violet Red #D51C8D

Tints of Medium Violet Red #D51C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 55.76%
G = 7.33%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D51C8D (or 0xD51C8D) is known color: Medium Violet Red. HEX triplet: D5, 1C and 8D. RGB value is (213,28,141). Sum of RGB (Red+Green+Blue) = 213+28+141=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51C8D is #2AE372. Grayscale: #5F5F5F. Windows color (decimal): -2810739 or 9247957. OLE color: 9247957.

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

Color convert

RGB 213 28 141 -
CMYK 0 0.87 0.34 0.16
HSL 323.35º 0.77% 0.47% -
HSV(B) 323.35º 0.87% 0.84% -
XYZ 32.66 16.9 26.74 -
YUV 96.2 153.29 211.31 -
System Red Green Blue C M Y K H S L
Decimal 213 28 141 0 0.87 0.34 0.16 323.35 0.77 0.47
Hex D5 1C 8D 0 57 22 10 143 4D 2F
Octal 325 34 215 0 127 42 20 503 115 57
Binary 11010101 11100 10001101 0 1010111 100010 10000 101000011 1001101 101111

Color Harmonies of #D51C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C8D

Black with #D51C8D

Text Example


Text Example

White with #D51C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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