Html Css Color HEX #D50488 Medium Violet Red

📋 copy color: '#D50488'

red 213 ◦ green 4 ◦ blue 136

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

Shades of Medium Violet Red #D50488

Tints of Medium Violet Red #D50488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 60.34%
G = 1.13%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D50488 (or 0xD50488) is known color: Medium Violet Red. HEX triplet: D5, 04 and 88. RGB value is (213,4,136). Sum of RGB (Red+Green+Blue) = 213+4+136=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D50488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50488 is #2AFB77. Grayscale: #515151. Windows color (decimal): -2816888 or 8914133. OLE color: 8914133.

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

Color convert

RGB 213 4 136 -
CMYK 0 0.98 0.36 0.16
HSL 322.11º 0.96% 0.43% -
HSV(B) 322.11º 0.98% 0.84% -
XYZ 31.93 16.01 24.7 -
YUV 81.54 158.74 221.77 -
System Red Green Blue C M Y K H S L
Decimal 213 4 136 0 0.98 0.36 0.16 322.11 0.96 0.43
Hex D5 4 88 0 62 24 10 142 60 2B
Octal 325 4 210 0 142 44 20 502 140 53
Binary 11010101 100 10001000 0 1100010 100100 10000 101000010 1100000 101011

Color Harmonies of #D50488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50488

Black with #D50488

Text Example


Text Example

White with #D50488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50488; }

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

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

background-color css

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

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

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

border-color css

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

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

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