Html Css Color HEX #D50898 Medium Violet Red

📋 copy color: '#D50898'

red 213 ◦ green 8 ◦ blue 152

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

Shades of Medium Violet Red #D50898

Tints of Medium Violet Red #D50898

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

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

R = 57.1%
G = 2.14%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D50898 (or 0xD50898) is known color: Medium Violet Red. HEX triplet: D5, 08 and 98. RGB value is (213,8,152). Sum of RGB (Red+Green+Blue) = 213+8+152=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D50898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50898 is #2AF767. Grayscale: #555555. Windows color (decimal): -2815848 or 9963733. OLE color: 9963733.

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

Color convert

RGB 213 8 152 -
CMYK 0 0.96 0.29 0.16
HSL 317.85º 0.93% 0.43% -
HSV(B) 317.85º 0.96% 0.84% -
XYZ 33.19 16.59 31.16 -
YUV 85.71 165.42 218.79 -
System Red Green Blue C M Y K H S L
Decimal 213 8 152 0 0.96 0.29 0.16 317.85 0.93 0.43
Hex D5 8 98 0 60 1D 10 13E 5D 2B
Octal 325 10 230 0 140 35 20 476 135 53
Binary 11010101 1000 10011000 0 1100000 11101 10000 100111110 1011101 101011

Color Harmonies of #D50898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50898

Black with #D50898

Text Example


Text Example

White with #D50898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50898; }

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

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

background-color css

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

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

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

border-color css

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

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

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