Html Css Color HEX #D5108C Medium Violet Red

📋 copy color: '#D5108C'

red 213 ◦ green 16 ◦ blue 140

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

Shades of Medium Violet Red #D5108C

Tints of Medium Violet Red #D5108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 57.72%
G = 4.34%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5108C (or 0xD5108C) is known color: Medium Violet Red. HEX triplet: D5, 10 and 8C. RGB value is (213,16,140). Sum of RGB (Red+Green+Blue) = 213+16+140=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5108C is #2AEF73. Grayscale: #585858. Windows color (decimal): -2813812 or 9179349. OLE color: 9179349.

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

Color convert

RGB 213 16 140 -
CMYK 0 0.92 0.34 0.16
HSL 322.23º 0.86% 0.45% -
HSV(B) 322.23º 0.92% 0.84% -
XYZ 32.36 16.41 26.27 -
YUV 89.04 156.77 216.42 -
System Red Green Blue C M Y K H S L
Decimal 213 16 140 0 0.92 0.34 0.16 322.23 0.86 0.45
Hex D5 10 8C 0 5C 22 10 142 56 2D
Octal 325 20 214 0 134 42 20 502 126 55
Binary 11010101 10000 10001100 0 1011100 100010 10000 101000010 1010110 101101

Color Harmonies of #D5108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5108C

Black with #D5108C

Text Example


Text Example

White with #D5108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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