Html Css Color HEX #D10E7B Medium Violet Red

📋 copy color: '#D10E7B'

red 209 ◦ green 14 ◦ blue 123

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

Shades of Medium Violet Red #D10E7B

Tints of Medium Violet Red #D10E7B

RGB

 RED value IS 209 (82.03% from 255) = 60.4%

 GREEN value IS 14 (5.86% from 255) = 4.05%

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

R = 60.4%
G = 4.05%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D10E7B (or 0xD10E7B) is known color: Medium Violet Red. HEX triplet: D1, 0E and 7B. RGB value is (209,14,123). Sum of RGB (Red+Green+Blue) = 209+14+123=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10E7B is #2EF184. Grayscale: #545454. Windows color (decimal): -3076485 or 8064721. OLE color: 8064721.

HSL color Cylindrical-coordinate representation of color #D10E7B: hue angle of 326.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10E7B is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 14 123 -
CMYK 0 0.93 0.41 0.18
HSL 326.46º 0.87% 0.44% -
HSV(B) 326.46º 0.93% 0.82% -
XYZ 30.03 15.3 20.11 -
YUV 84.73 149.6 216.64 -
System Red Green Blue C M Y K H S L
Decimal 209 14 123 0 0.93 0.41 0.18 326.46 0.87 0.44
Hex D1 E 7B 0 5D 29 12 146 57 2C
Octal 321 16 173 0 135 51 22 506 127 54
Binary 11010001 1110 1111011 0 1011101 101001 10010 101000110 1010111 101100

Color Harmonies of #D10E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E7B

Black with #D10E7B

Text Example


Text Example

White with #D10E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E7B; }

 p { color: rgb(209,14,123); }

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

background-color css

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

 a { background-color: rgb(209,14,123); }

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

border-color css

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

 span { border-color: rgb(209,14,123); }

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