Html Css Color HEX #D50277 Medium Violet Red

📋 copy color: '#D50277'

red 213 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #D50277

Tints of Medium Violet Red #D50277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 63.77%
G = 0.6%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D50277 (or 0xD50277) is known color: Medium Violet Red. HEX triplet: D5, 02 and 77. RGB value is (213,2,119). Sum of RGB (Red+Green+Blue) = 213+2+119=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D50277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50277 is #2AFD88. Grayscale: #4E4E4E. Windows color (decimal): -2817417 or 7799509. OLE color: 7799509.

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

Color convert

RGB 213 2 119 -
CMYK 0 0.99 0.44 0.16
HSL 326.73º 0.98% 0.42% -
HSV(B) 326.73º 0.99% 0.84% -
XYZ 30.79 15.52 18.83 -
YUV 78.43 150.9 223.99 -
System Red Green Blue C M Y K H S L
Decimal 213 2 119 0 0.99 0.44 0.16 326.73 0.98 0.42
Hex D5 2 77 0 63 2C 10 147 62 2A
Octal 325 2 167 0 143 54 20 507 142 52
Binary 11010101 10 1110111 0 1100011 101100 10000 101000111 1100010 101010

Color Harmonies of #D50277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50277

Black with #D50277

Text Example


Text Example

White with #D50277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50277; }

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

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

background-color css

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

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

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

border-color css

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

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

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