Html Css Color HEX #D50482 Medium Violet Red

📋 copy color: '#D50482'

red 213 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #D50482

Tints of Medium Violet Red #D50482

RGB

 RED value IS 213 (83.59% from 255) = 61.38%

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

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

R = 61.38%
G = 1.15%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D50482 (or 0xD50482) is known color: Medium Violet Red. HEX triplet: D5, 04 and 82. RGB value is (213,4,130). Sum of RGB (Red+Green+Blue) = 213+4+130=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D50482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50482 is #2AFB7D. Grayscale: #505050. Windows color (decimal): -2816894 or 8520917. OLE color: 8520917.

HSL color Cylindrical-coordinate representation of color #D50482: hue angle of 323.83º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50482 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 4 130 -
CMYK 0 0.98 0.39 0.16
HSL 323.83º 0.96% 0.43% -
HSV(B) 323.83º 0.98% 0.84% -
XYZ 31.51 15.84 22.52 -
YUV 80.86 155.74 222.25 -
System Red Green Blue C M Y K H S L
Decimal 213 4 130 0 0.98 0.39 0.16 323.83 0.96 0.43
Hex D5 4 82 0 62 27 10 144 60 2B
Octal 325 4 202 0 142 47 20 504 140 53
Binary 11010101 100 10000010 0 1100010 100111 10000 101000100 1100000 101011

Color Harmonies of #D50482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50482

Black with #D50482

Text Example


Text Example

White with #D50482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50482; }

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

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

background-color css

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

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

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

border-color css

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

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

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