Html Css Color HEX #D10273 Medium Violet Red

📋 copy color: '#D10273'

red 209 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #D10273

Tints of Medium Violet Red #D10273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 115 (45.31% from 255) = 35.28%

R = 64.11%
G = 0.61%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D10273 (or 0xD10273) is known color: Medium Violet Red. HEX triplet: D1, 02 and 73. RGB value is (209,2,115). Sum of RGB (Red+Green+Blue) = 209+2+115=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D10273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10273 is #2EFD8C. Grayscale: #4C4C4C. Windows color (decimal): -3079565 or 7537361. OLE color: 7537361.

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

Color convert

RGB 209 2 115 -
CMYK 0 0.99 0.45 0.18
HSL 327.25º 0.98% 0.41% -
HSV(B) 327.25º 0.99% 0.82% -
XYZ 29.41 14.84 17.53 -
YUV 76.78 149.58 222.31 -
System Red Green Blue C M Y K H S L
Decimal 209 2 115 0 0.99 0.45 0.18 327.25 0.98 0.41
Hex D1 2 73 0 63 2D 12 147 62 29
Octal 321 2 163 0 143 55 22 507 142 51
Binary 11010001 10 1110011 0 1100011 101101 10010 101000111 1100010 101001

Color Harmonies of #D10273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10273

Black with #D10273

Text Example


Text Example

White with #D10273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10273; }

 p { color: rgb(209,2,115); }

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

background-color css

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

 a { background-color: rgb(209,2,115); }

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

border-color css

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

 span { border-color: rgb(209,2,115); }

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