Html Css Color HEX #D10280 Medium Violet Red

📋 copy color: '#D10280'

red 209 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #D10280

Tints of Medium Violet Red #D10280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 61.65%
G = 0.59%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D10280 (or 0xD10280) is known color: Medium Violet Red. HEX triplet: D1, 02 and 80. RGB value is (209,2,128). Sum of RGB (Red+Green+Blue) = 209+2+128=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D10280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10280 is #2EFD7F. Grayscale: #4D4D4D. Windows color (decimal): -3079552 or 8389329. OLE color: 8389329.

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

Color convert

RGB 209 2 128 -
CMYK 0 0.99 0.39 0.18
HSL 323.48º 0.98% 0.41% -
HSV(B) 323.48º 0.99% 0.82% -
XYZ 30.21 15.16 21.76 -
YUV 78.26 156.08 221.25 -
System Red Green Blue C M Y K H S L
Decimal 209 2 128 0 0.99 0.39 0.18 323.48 0.98 0.41
Hex D1 2 80 0 63 27 12 143 62 29
Octal 321 2 200 0 143 47 22 503 142 51
Binary 11010001 10 10000000 0 1100011 100111 10010 101000011 1100010 101001

Color Harmonies of #D10280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10280

Black with #D10280

Text Example


Text Example

White with #D10280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10280; }

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

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

background-color css

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

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

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

border-color css

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

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

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