Html Css Color HEX #D10281 Medium Violet Red

📋 copy color: '#D10281'

red 209 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #D10281

Tints of Medium Violet Red #D10281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.94%

R = 61.47%
G = 0.59%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D10281 (or 0xD10281) is known color: Medium Violet Red. HEX triplet: D1, 02 and 81. RGB value is (209,2,129). Sum of RGB (Red+Green+Blue) = 209+2+129=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D10281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10281 is #2EFD7E. Grayscale: #4E4E4E. Windows color (decimal): -3079551 or 8454865. OLE color: 8454865.

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

Color convert

RGB 209 2 129 -
CMYK 0 0.99 0.38 0.18
HSL 323.19º 0.98% 0.41% -
HSV(B) 323.19º 0.99% 0.82% -
XYZ 30.28 15.18 22.1 -
YUV 78.37 156.58 221.17 -
System Red Green Blue C M Y K H S L
Decimal 209 2 129 0 0.99 0.38 0.18 323.19 0.98 0.41
Hex D1 2 81 0 63 26 12 143 62 29
Octal 321 2 201 0 143 46 22 503 142 51
Binary 11010001 10 10000001 0 1100011 100110 10010 101000011 1100010 101001

Color Harmonies of #D10281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10281

Black with #D10281

Text Example


Text Example

White with #D10281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10281; }

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

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

background-color css

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

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

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

border-color css

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

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

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