Html Css Color HEX #D10375 Medium Violet Red

📋 copy color: '#D10375'

red 209 ◦ green 3 ◦ blue 117

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

Shades of Medium Violet Red #D10375

Tints of Medium Violet Red #D10375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 63.53%
G = 0.91%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D10375 (or 0xD10375) is known color: Medium Violet Red. HEX triplet: D1, 03 and 75. RGB value is (209,3,117). Sum of RGB (Red+Green+Blue) = 209+3+117=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D10375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10375 is #2EFC8A. Grayscale: #4D4D4D. Windows color (decimal): -3079307 or 7668689. OLE color: 7668689.

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

Color convert

RGB 209 3 117 -
CMYK 0 0.99 0.44 0.18
HSL 326.8º 0.97% 0.42% -
HSV(B) 326.8º 0.99% 0.82% -
XYZ 29.54 14.9 18.15 -
YUV 77.59 150.25 221.73 -
System Red Green Blue C M Y K H S L
Decimal 209 3 117 0 0.99 0.44 0.18 326.8 0.97 0.42
Hex D1 3 75 0 63 2C 12 147 61 2A
Octal 321 3 165 0 143 54 22 507 141 52
Binary 11010001 11 1110101 0 1100011 101100 10010 101000111 1100001 101010

Color Harmonies of #D10375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10375

Black with #D10375

Text Example


Text Example

White with #D10375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10375; }

 p { color: rgb(209,3,117); }

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

background-color css

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

 a { background-color: rgb(209,3,117); }

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

border-color css

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

 span { border-color: rgb(209,3,117); }

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