Html Css Color HEX #D51C9F Medium Violet Red

📋 copy color: '#D51C9F'

red 213 ◦ green 28 ◦ blue 159

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

Shades of Medium Violet Red #D51C9F

Tints of Medium Violet Red #D51C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 53.25%
G = 7%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D51C9F (or 0xD51C9F) is known color: Medium Violet Red. HEX triplet: D5, 1C and 9F. RGB value is (213,28,159). Sum of RGB (Red+Green+Blue) = 213+28+159=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51C9F is #2AE360. Grayscale: #616161. Windows color (decimal): -2810721 or 10427605. OLE color: 10427605.

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

Color convert

RGB 213 28 159 -
CMYK 0 0.87 0.25 0.16
HSL 317.51º 0.77% 0.47% -
HSV(B) 317.51º 0.87% 0.84% -
XYZ 34.11 17.48 34.38 -
YUV 98.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 213 28 159 0 0.87 0.25 0.16 317.51 0.77 0.47
Hex D5 1C 9F 0 57 19 10 13E 4D 2F
Octal 325 34 237 0 127 31 20 476 115 57
Binary 11010101 11100 10011111 0 1010111 11001 10000 100111110 1001101 101111

Color Harmonies of #D51C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C9F

Black with #D51C9F

Text Example


Text Example

White with #D51C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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