Html Css Color HEX #D10074 Medium Violet Red

📋 copy color: '#D10074'

red 209 ◦ green 0 ◦ blue 116

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

Shades of Medium Violet Red #D10074

Tints of Medium Violet Red #D10074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 64.31%
G = 0%
B = 35.69%

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

#D10074 (or 0xD10074) is known color: Medium Violet Red. HEX triplet: D1, 00 and 74. RGB value is (209,0,116). Sum of RGB (Red+Green+Blue) = 209+0+116=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D10074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10074 is #2EFF8B. Grayscale: #4B4B4B. Windows color (decimal): -3080076 or 7602385. OLE color: 7602385.

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

Color convert

RGB 209 0 116 -
CMYK 0 1 0.44 0.18
HSL 326.7º 1% 0.41% -
HSV(B) 326.7º 1% 0.82% -
XYZ 29.45 14.82 17.83 -
YUV 75.72 150.74 223.07 -
System Red Green Blue C M Y K H S L
Decimal 209 0 116 0 1 0.44 0.18 326.7 1 0.41
Hex D1 0 74 0 64 2C 12 147 64 29
Octal 321 0 164 0 144 54 22 507 144 51
Binary 11010001 0 1110100 0 1100100 101100 10010 101000111 1100100 101001

Color Harmonies of #D10074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10074

Black with #D10074

Text Example


Text Example

White with #D10074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10074; }

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

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

background-color css

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

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

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

border-color css

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

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

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