Html Css Color HEX #D50283 Medium Violet Red

📋 copy color: '#D50283'

red 213 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #D50283

Tints of Medium Violet Red #D50283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 61.56%
G = 0.58%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D50283 (or 0xD50283) is known color: Medium Violet Red. HEX triplet: D5, 02 and 83. RGB value is (213,2,131). Sum of RGB (Red+Green+Blue) = 213+2+131=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D50283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50283 is #2AFD7C. Grayscale: #4F4F4F. Windows color (decimal): -2817405 or 8585941. OLE color: 8585941.

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

Color convert

RGB 213 2 131 -
CMYK 0 0.99 0.38 0.16
HSL 323.32º 0.98% 0.42% -
HSV(B) 323.32º 0.99% 0.84% -
XYZ 31.56 15.83 22.86 -
YUV 79.8 156.9 223.01 -
System Red Green Blue C M Y K H S L
Decimal 213 2 131 0 0.99 0.38 0.16 323.32 0.98 0.42
Hex D5 2 83 0 63 26 10 143 62 2A
Octal 325 2 203 0 143 46 20 503 142 52
Binary 11010101 10 10000011 0 1100011 100110 10000 101000011 1100010 101010

Color Harmonies of #D50283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50283

Black with #D50283

Text Example


Text Example

White with #D50283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50283; }

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

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

background-color css

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

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

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

border-color css

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

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

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