Html Css Color HEX #D50899 Medium Violet Red

📋 copy color: '#D50899'

red 213 ◦ green 8 ◦ blue 153

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

Shades of Medium Violet Red #D50899

Tints of Medium Violet Red #D50899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.91%

R = 56.95%
G = 2.14%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D50899 (or 0xD50899) is known color: Medium Violet Red. HEX triplet: D5, 08 and 99. RGB value is (213,8,153). Sum of RGB (Red+Green+Blue) = 213+8+153=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D50899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50899 is #2AF766. Grayscale: #555555. Windows color (decimal): -2815847 or 10029269. OLE color: 10029269.

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

Color convert

RGB 213 8 153 -
CMYK 0 0.96 0.28 0.16
HSL 317.56º 0.93% 0.43% -
HSV(B) 317.56º 0.96% 0.84% -
XYZ 33.28 16.62 31.59 -
YUV 85.83 165.92 218.71 -
System Red Green Blue C M Y K H S L
Decimal 213 8 153 0 0.96 0.28 0.16 317.56 0.93 0.43
Hex D5 8 99 0 60 1C 10 13E 5D 2B
Octal 325 10 231 0 140 34 20 476 135 53
Binary 11010101 1000 10011001 0 1100000 11100 10000 100111110 1011101 101011

Color Harmonies of #D50899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50899

Black with #D50899

Text Example


Text Example

White with #D50899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50899; }

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

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

background-color css

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

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

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

border-color css

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

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

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