Html Css Color HEX #D10093 Medium Violet Red

📋 copy color: '#D10093'

red 209 ◦ green 0 ◦ blue 147

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

Shades of Medium Violet Red #D10093

Tints of Medium Violet Red #D10093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 41.29%

R = 58.71%
G = 0%
B = 41.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D10093 (or 0xD10093) is known color: Medium Violet Red. HEX triplet: D1, 00 and 93. RGB value is (209,0,147). Sum of RGB (Red+Green+Blue) = 209+0+147=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D10093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10093 is #2EFF6C. Grayscale: #4E4E4E. Windows color (decimal): -3080045 or 9634001. OLE color: 9634001.

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

Color convert

RGB 209 0 147 -
CMYK 0 1 0.30 0.18
HSL 317.8º 1% 0.41% -
HSV(B) 317.8º 1% 0.82% -
XYZ 31.56 15.66 28.96 -
YUV 79.25 166.24 220.55 -
System Red Green Blue C M Y K H S L
Decimal 209 0 147 0 1 0.30 0.18 317.8 1 0.41
Hex D1 0 93 0 64 1E 12 13E 64 29
Octal 321 0 223 0 144 36 22 476 144 51
Binary 11010001 0 10010011 0 1100100 11110 10010 100111110 1100100 101001

Color Harmonies of #D10093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10093

Black with #D10093

Text Example


Text Example

White with #D10093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10093; }

 p { color: rgb(209,0,147); }

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

background-color css

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

 a { background-color: rgb(209,0,147); }

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

border-color css

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

 span { border-color: rgb(209,0,147); }

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