Html Css Color HEX #D10296 Medium Violet Red

📋 copy color: '#D10296'

red 209 ◦ green 2 ◦ blue 150

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

Shades of Medium Violet Red #D10296

Tints of Medium Violet Red #D10296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.55%

R = 57.89%
G = 0.55%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D10296 (or 0xD10296) is known color: Medium Violet Red. HEX triplet: D1, 02 and 96. RGB value is (209,2,150). Sum of RGB (Red+Green+Blue) = 209+2+150=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D10296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10296 is #2EFD69. Grayscale: #505050. Windows color (decimal): -3079530 or 9831121. OLE color: 9831121.

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

Color convert

RGB 209 2 150 -
CMYK 0 0.99 0.28 0.18
HSL 317.1º 0.98% 0.41% -
HSV(B) 317.1º 0.99% 0.82% -
XYZ 31.82 15.8 30.23 -
YUV 80.77 167.08 219.47 -
System Red Green Blue C M Y K H S L
Decimal 209 2 150 0 0.99 0.28 0.18 317.1 0.98 0.41
Hex D1 2 96 0 63 1C 12 13D 62 29
Octal 321 2 226 0 143 34 22 475 142 51
Binary 11010001 10 10010110 0 1100011 11100 10010 100111101 1100010 101001

Color Harmonies of #D10296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10296

Black with #D10296

Text Example


Text Example

White with #D10296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10296; }

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

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

background-color css

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

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

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

border-color css

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

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

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