Html Css Color HEX #D51C9C Medium Violet Red

📋 copy color: '#D51C9C'

red 213 ◦ green 28 ◦ blue 156

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

Shades of Medium Violet Red #D51C9C

Tints of Medium Violet Red #D51C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 53.65%
G = 7.05%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D51C9C (or 0xD51C9C) is known color: Medium Violet Red. HEX triplet: D5, 1C and 9C. RGB value is (213,28,156). Sum of RGB (Red+Green+Blue) = 213+28+156=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51C9C is #2AE363. Grayscale: #616161. Windows color (decimal): -2810724 or 10230997. OLE color: 10230997.

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

Color convert

RGB 213 28 156 -
CMYK 0 0.87 0.27 0.16
HSL 318.49º 0.77% 0.47% -
HSV(B) 318.49º 0.87% 0.84% -
XYZ 33.86 17.38 33.02 -
YUV 97.91 160.79 210.09 -
System Red Green Blue C M Y K H S L
Decimal 213 28 156 0 0.87 0.27 0.16 318.49 0.77 0.47
Hex D5 1C 9C 0 57 1B 10 13E 4D 2F
Octal 325 34 234 0 127 33 20 476 115 57
Binary 11010101 11100 10011100 0 1010111 11011 10000 100111110 1001101 101111

Color Harmonies of #D51C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C9C

Black with #D51C9C

Text Example


Text Example

White with #D51C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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