Html Css Color HEX #D10382 Medium Violet Red

📋 copy color: '#D10382'

red 209 ◦ green 3 ◦ blue 130

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

Shades of Medium Violet Red #D10382

Tints of Medium Violet Red #D10382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 130 (51.17% from 255) = 38.01%

R = 61.11%
G = 0.88%
B = 38.01%

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

#D10382 (or 0xD10382) is known color: Medium Violet Red. HEX triplet: D1, 03 and 82. RGB value is (209,3,130). Sum of RGB (Red+Green+Blue) = 209+3+130=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D10382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10382 is #2EFC7D. Grayscale: #4E4E4E. Windows color (decimal): -3079294 or 8520657. OLE color: 8520657.

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

Color convert

RGB 209 3 130 -
CMYK 0 0.99 0.38 0.18
HSL 323.01º 0.97% 0.42% -
HSV(B) 323.01º 0.99% 0.82% -
XYZ 30.36 15.23 22.46 -
YUV 79.07 156.75 220.67 -
System Red Green Blue C M Y K H S L
Decimal 209 3 130 0 0.99 0.38 0.18 323.01 0.97 0.42
Hex D1 3 82 0 63 26 12 143 61 2A
Octal 321 3 202 0 143 46 22 503 141 52
Binary 11010001 11 10000010 0 1100011 100110 10010 101000011 1100001 101010

Color Harmonies of #D10382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10382

Black with #D10382

Text Example


Text Example

White with #D10382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10382; }

 p { color: rgb(209,3,130); }

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

background-color css

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

 a { background-color: rgb(209,3,130); }

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

border-color css

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

 span { border-color: rgb(209,3,130); }

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