Html Css Color HEX #D5107B Medium Violet Red

📋 copy color: '#D5107B'

red 213 ◦ green 16 ◦ blue 123

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

Shades of Medium Violet Red #D5107B

Tints of Medium Violet Red #D5107B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 60.51%
G = 4.55%
B = 34.94%

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

#D5107B (or 0xD5107B) is known color: Medium Violet Red. HEX triplet: D5, 10 and 7B. RGB value is (213,16,123). Sum of RGB (Red+Green+Blue) = 213+16+123=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5107B is #2AEF84. Grayscale: #565656. Windows color (decimal): -2813829 or 8065237. OLE color: 8065237.

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

Color convert

RGB 213 16 123 -
CMYK 0 0.92 0.42 0.16
HSL 327.41º 0.86% 0.45% -
HSV(B) 327.41º 0.92% 0.84% -
XYZ 31.2 15.95 20.17 -
YUV 87.1 148.27 217.8 -
System Red Green Blue C M Y K H S L
Decimal 213 16 123 0 0.92 0.42 0.16 327.41 0.86 0.45
Hex D5 10 7B 0 5C 2A 10 147 56 2D
Octal 325 20 173 0 134 52 20 507 126 55
Binary 11010101 10000 1111011 0 1011100 101010 10000 101000111 1010110 101101

Color Harmonies of #D5107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5107B

Black with #D5107B

Text Example


Text Example

White with #D5107B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5107B; }

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

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

background-color css

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

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

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

border-color css

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

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

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