Html Css Color HEX #D20082 Medium Violet Red

📋 copy color: '#D20082'

red 210 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #D20082

Tints of Medium Violet Red #D20082

RGB

 RED value IS 210 (82.42% from 255) = 61.76%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.76%
G = 0%
B = 38.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D20082 (or 0xD20082) is known color: Medium Violet Red. HEX triplet: D2, 00 and 82. RGB value is (210,0,130). Sum of RGB (Red+Green+Blue) = 210+0+130=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D20082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20082 is #2DFF7D. Grayscale: #4D4D4D. Windows color (decimal): -3014526 or 8519890. OLE color: 8519890.

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

Color convert

RGB 210 0 130 -
CMYK 0 1 0.38 0.18
HSL 322.86º 1% 0.41% -
HSV(B) 322.86º 1% 0.82% -
XYZ 30.61 15.31 22.46 -
YUV 77.61 157.57 222.43 -
System Red Green Blue C M Y K H S L
Decimal 210 0 130 0 1 0.38 0.18 322.86 1 0.41
Hex D2 0 82 0 64 26 12 143 64 29
Octal 322 0 202 0 144 46 22 503 144 51
Binary 11010010 0 10000010 0 1100100 100110 10010 101000011 1100100 101001

Color Harmonies of #D20082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20082

Black with #D20082

Text Example


Text Example

White with #D20082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20082; }

 p { color: rgb(210,0,130); }

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

background-color css

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

 a { background-color: rgb(210,0,130); }

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

border-color css

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

 span { border-color: rgb(210,0,130); }

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