Html Css Color HEX #D20482 Medium Violet Red

📋 copy color: '#D20482'

red 210 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #D20482

Tints of Medium Violet Red #D20482

RGB

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

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

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

R = 61.05%
G = 1.16%
B = 37.79%

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

#D20482 (or 0xD20482) is known color: Medium Violet Red. HEX triplet: D2, 04 and 82. RGB value is (210,4,130). Sum of RGB (Red+Green+Blue) = 210+4+130=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D20482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20482 is #2DFB7D. Grayscale: #4F4F4F. Windows color (decimal): -3013502 or 8520914. OLE color: 8520914.

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

Color convert

RGB 210 4 130 -
CMYK 0 0.98 0.38 0.18
HSL 323.3º 0.96% 0.42% -
HSV(B) 323.3º 0.98% 0.82% -
XYZ 30.65 15.4 22.48 -
YUV 79.96 156.25 220.75 -
System Red Green Blue C M Y K H S L
Decimal 210 4 130 0 0.98 0.38 0.18 323.3 0.96 0.42
Hex D2 4 82 0 62 26 12 143 60 2A
Octal 322 4 202 0 142 46 22 503 140 52
Binary 11010010 100 10000010 0 1100010 100110 10010 101000011 1100000 101010

Color Harmonies of #D20482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20482

Black with #D20482

Text Example


Text Example

White with #D20482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20482; }

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

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

background-color css

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

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

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

border-color css

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

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

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