Html Css Color HEX #D10072 Medium Violet Red

📋 copy color: '#D10072'

red 209 ◦ green 0 ◦ blue 114

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

Shades of Medium Violet Red #D10072

Tints of Medium Violet Red #D10072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 64.71%
G = 0%
B = 35.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D10072 (or 0xD10072) is known color: Medium Violet Red. HEX triplet: D1, 00 and 72. RGB value is (209,0,114). Sum of RGB (Red+Green+Blue) = 209+0+114=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D10072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10072 is #2EFF8D. Grayscale: #4B4B4B. Windows color (decimal): -3080078 or 7471313. OLE color: 7471313.

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

Color convert

RGB 209 0 114 -
CMYK 0 1 0.45 0.18
HSL 327.27º 1% 0.41% -
HSV(B) 327.27º 1% 0.82% -
XYZ 29.33 14.77 17.22 -
YUV 75.49 149.74 223.23 -
System Red Green Blue C M Y K H S L
Decimal 209 0 114 0 1 0.45 0.18 327.27 1 0.41
Hex D1 0 72 0 64 2D 12 147 64 29
Octal 321 0 162 0 144 55 22 507 144 51
Binary 11010001 0 1110010 0 1100100 101101 10010 101000111 1100100 101001

Color Harmonies of #D10072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10072

Black with #D10072

Text Example


Text Example

White with #D10072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10072; }

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

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

background-color css

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

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

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

border-color css

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

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

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