Html Css Color HEX #D10282 Medium Violet Red

📋 copy color: '#D10282'

red 209 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #D10282

Tints of Medium Violet Red #D10282

RGB

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

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

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

R = 61.29%
G = 0.59%
B = 38.12%

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

#D10282 (or 0xD10282) is known color: Medium Violet Red. HEX triplet: D1, 02 and 82. RGB value is (209,2,130). Sum of RGB (Red+Green+Blue) = 209+2+130=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D10282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10282 is #2EFD7D. Grayscale: #4E4E4E. Windows color (decimal): -3079550 or 8520401. OLE color: 8520401.

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

Color convert

RGB 209 2 130 -
CMYK 0 0.99 0.38 0.18
HSL 322.9º 0.98% 0.41% -
HSV(B) 322.9º 0.99% 0.82% -
XYZ 30.35 15.21 22.46 -
YUV 78.49 157.08 221.09 -
System Red Green Blue C M Y K H S L
Decimal 209 2 130 0 0.99 0.38 0.18 322.9 0.98 0.41
Hex D1 2 82 0 63 26 12 143 62 29
Octal 321 2 202 0 143 46 22 503 142 51
Binary 11010001 10 10000010 0 1100011 100110 10010 101000011 1100010 101001

Color Harmonies of #D10282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10282

Black with #D10282

Text Example


Text Example

White with #D10282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10282; }

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

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

background-color css

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

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

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

border-color css

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

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

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