Html Css Color HEX #D50098 Medium Violet Red

📋 copy color: '#D50098'

red 213 ◦ green 0 ◦ blue 152

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

Shades of Medium Violet Red #D50098

Tints of Medium Violet Red #D50098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.64%

R = 58.36%
G = 0%
B = 41.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D50098 (or 0xD50098) is known color: Medium Violet Red. HEX triplet: D5, 00 and 98. RGB value is (213,0,152). Sum of RGB (Red+Green+Blue) = 213+0+152=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D50098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50098 is #2AFF67. Grayscale: #505050. Windows color (decimal): -2817896 or 9961685. OLE color: 9961685.

HSL color Cylindrical-coordinate representation of color #D50098: hue angle of 317.18º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50098 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 152 -
CMYK 0 1 0.29 0.16
HSL 317.18º 1% 0.42% -
HSV(B) 317.18º 1% 0.84% -
XYZ 33.11 16.41 31.13 -
YUV 81.02 168.07 222.14 -
System Red Green Blue C M Y K H S L
Decimal 213 0 152 0 1 0.29 0.16 317.18 1 0.42
Hex D5 0 98 0 64 1D 10 13D 64 2A
Octal 325 0 230 0 144 35 20 475 144 52
Binary 11010101 0 10011000 0 1100100 11101 10000 100111101 1100100 101010

Color Harmonies of #D50098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50098

Black with #D50098

Text Example


Text Example

White with #D50098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50098; }

 p { color: rgb(213,0,152); }

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

background-color css

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

 a { background-color: rgb(213,0,152); }

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

border-color css

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

 span { border-color: rgb(213,0,152); }

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