Html Css Color HEX #D51083 Medium Violet Red

📋 copy color: '#D51083'

red 213 ◦ green 16 ◦ blue 131

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

Shades of Medium Violet Red #D51083

Tints of Medium Violet Red #D51083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.44%

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

R = 59.17%
G = 4.44%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D51083 (or 0xD51083) is known color: Medium Violet Red. HEX triplet: D5, 10 and 83. RGB value is (213,16,131). Sum of RGB (Red+Green+Blue) = 213+16+131=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D51083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51083 is #2AEF7C. Grayscale: #575757. Windows color (decimal): -2813821 or 8589525. OLE color: 8589525.

HSL color Cylindrical-coordinate representation of color #D51083: hue angle of 324.97º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51083 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 16 131 -
CMYK 0 0.92 0.38 0.16
HSL 324.97º 0.86% 0.45% -
HSV(B) 324.97º 0.92% 0.84% -
XYZ 31.72 16.16 22.92 -
YUV 88.01 152.27 217.15 -
System Red Green Blue C M Y K H S L
Decimal 213 16 131 0 0.92 0.38 0.16 324.97 0.86 0.45
Hex D5 10 83 0 5C 26 10 145 56 2D
Octal 325 20 203 0 134 46 20 505 126 55
Binary 11010101 10000 10000011 0 1011100 100110 10000 101000101 1010110 101101

Color Harmonies of #D51083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51083

Black with #D51083

Text Example


Text Example

White with #D51083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51083; }

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

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

background-color css

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

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

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

border-color css

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

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

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