Html Css Color HEX #D10075 Medium Violet Red

📋 copy color: '#D10075'

red 209 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #D10075

Tints of Medium Violet Red #D10075

RGB

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

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

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

R = 64.11%
G = 0%
B = 35.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D10075 (or 0xD10075) is known color: Medium Violet Red. HEX triplet: D1, 00 and 75. RGB value is (209,0,117). Sum of RGB (Red+Green+Blue) = 209+0+117=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D10075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10075 is #2EFF8A. Grayscale: #4B4B4B. Windows color (decimal): -3080075 or 7667921. OLE color: 7667921.

HSL color Cylindrical-coordinate representation of color #D10075: hue angle of 326.41º 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 #D10075 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 0 117 -
CMYK 0 1 0.44 0.18
HSL 326.41º 1% 0.41% -
HSV(B) 326.41º 1% 0.82% -
XYZ 29.51 14.84 18.14 -
YUV 75.83 151.24 222.99 -
System Red Green Blue C M Y K H S L
Decimal 209 0 117 0 1 0.44 0.18 326.41 1 0.41
Hex D1 0 75 0 64 2C 12 146 64 29
Octal 321 0 165 0 144 54 22 506 144 51
Binary 11010001 0 1110101 0 1100100 101100 10010 101000110 1100100 101001

Color Harmonies of #D10075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10075

Black with #D10075

Text Example


Text Example

White with #D10075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10075; }

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

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

background-color css

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

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

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

border-color css

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

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

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