Html Css Color HEX #D50299 Medium Violet Red

📋 copy color: '#D50299'

red 213 ◦ green 2 ◦ blue 153

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

Shades of Medium Violet Red #D50299

Tints of Medium Violet Red #D50299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 57.88%
G = 0.54%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D50299 (or 0xD50299) is known color: Medium Violet Red. HEX triplet: D5, 02 and 99. RGB value is (213,2,153). Sum of RGB (Red+Green+Blue) = 213+2+153=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D50299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50299 is #2AFD66. Grayscale: #515151. Windows color (decimal): -2817383 or 10027733. OLE color: 10027733.

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

Color convert

RGB 213 2 153 -
CMYK 0 0.99 0.28 0.16
HSL 317.06º 0.98% 0.42% -
HSV(B) 317.06º 0.99% 0.84% -
XYZ 33.21 16.49 31.57 -
YUV 82.3 167.9 221.22 -
System Red Green Blue C M Y K H S L
Decimal 213 2 153 0 0.99 0.28 0.16 317.06 0.98 0.42
Hex D5 2 99 0 63 1C 10 13D 62 2A
Octal 325 2 231 0 143 34 20 475 142 52
Binary 11010101 10 10011001 0 1100011 11100 10000 100111101 1100010 101010

Color Harmonies of #D50299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50299

Black with #D50299

Text Example


Text Example

White with #D50299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50299; }

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

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

background-color css

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

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

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

border-color css

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

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

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