Html Css Color HEX #D10481 Medium Violet Red

📋 copy color: '#D10481'

red 209 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #D10481

Tints of Medium Violet Red #D10481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 61.11%
G = 1.17%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D10481 (or 0xD10481) is known color: Medium Violet Red. HEX triplet: D1, 04 and 81. RGB value is (209,4,129). Sum of RGB (Red+Green+Blue) = 209+4+129=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D10481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10481 is #2EFB7E. Grayscale: #4F4F4F. Windows color (decimal): -3079039 or 8455377. OLE color: 8455377.

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

Color convert

RGB 209 4 129 -
CMYK 0 0.98 0.38 0.18
HSL 323.41º 0.96% 0.42% -
HSV(B) 323.41º 0.98% 0.82% -
XYZ 30.3 15.23 22.11 -
YUV 79.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 209 4 129 0 0.98 0.38 0.18 323.41 0.96 0.42
Hex D1 4 81 0 62 26 12 143 60 2A
Octal 321 4 201 0 142 46 22 503 140 52
Binary 11010001 100 10000001 0 1100010 100110 10010 101000011 1100000 101010

Color Harmonies of #D10481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10481

Black with #D10481

Text Example


Text Example

White with #D10481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10481; }

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

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

background-color css

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

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

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

border-color css

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

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

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