Html Css Color HEX #D5107C Medium Violet Red

📋 copy color: '#D5107C'

red 213 ◦ green 16 ◦ blue 124

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

Shades of Medium Violet Red #D5107C

Tints of Medium Violet Red #D5107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.53%

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

R = 60.34%
G = 4.53%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5107C (or 0xD5107C) is known color: Medium Violet Red. HEX triplet: D5, 10 and 7C. RGB value is (213,16,124). Sum of RGB (Red+Green+Blue) = 213+16+124=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5107C is #2AEF83. Grayscale: #565656. Windows color (decimal): -2813828 or 8130773. OLE color: 8130773.

HSL color Cylindrical-coordinate representation of color #D5107C: hue angle of 327.11º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5107C is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 16 124 -
CMYK 0 0.92 0.42 0.16
HSL 327.11º 0.86% 0.45% -
HSV(B) 327.11º 0.92% 0.84% -
XYZ 31.26 15.97 20.5 -
YUV 87.22 148.77 217.72 -
System Red Green Blue C M Y K H S L
Decimal 213 16 124 0 0.92 0.42 0.16 327.11 0.86 0.45
Hex D5 10 7C 0 5C 2A 10 147 56 2D
Octal 325 20 174 0 134 52 20 507 126 55
Binary 11010101 10000 1111100 0 1011100 101010 10000 101000111 1010110 101101

Color Harmonies of #D5107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5107C

Black with #D5107C

Text Example


Text Example

White with #D5107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5107C; }

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

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

background-color css

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

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

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

border-color css

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

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

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