Html Css Color HEX #D10D93 Medium Violet Red

📋 copy color: '#D10D93'

red 209 ◦ green 13 ◦ blue 147

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

Shades of Medium Violet Red #D10D93

Tints of Medium Violet Red #D10D93

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.52%

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

R = 56.64%
G = 3.52%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D10D93 (or 0xD10D93) is known color: Medium Violet Red. HEX triplet: D1, 0D and 93. RGB value is (209,13,147). Sum of RGB (Red+Green+Blue) = 209+13+147=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10D93 is #2EF26C. Grayscale: #565656. Windows color (decimal): -3076717 or 9637329. OLE color: 9637329.

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

Color convert

RGB 209 13 147 -
CMYK 0 0.94 0.30 0.18
HSL 318.98º 0.88% 0.44% -
HSV(B) 318.98º 0.94% 0.82% -
XYZ 31.7 15.95 29.01 -
YUV 86.88 161.93 215.1 -
System Red Green Blue C M Y K H S L
Decimal 209 13 147 0 0.94 0.30 0.18 318.98 0.88 0.44
Hex D1 D 93 0 5E 1E 12 13F 58 2C
Octal 321 15 223 0 136 36 22 477 130 54
Binary 11010001 1101 10010011 0 1011110 11110 10010 100111111 1011000 101100

Color Harmonies of #D10D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D93

Black with #D10D93

Text Example


Text Example

White with #D10D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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