Html Css Color HEX #D51583 Medium Violet Red

📋 copy color: '#D51583'

red 213 ◦ green 21 ◦ blue 131

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

Shades of Medium Violet Red #D51583

Tints of Medium Violet Red #D51583

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.75%

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

R = 58.36%
G = 5.75%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D51583 (or 0xD51583) is known color: Medium Violet Red. HEX triplet: D5, 15 and 83. RGB value is (213,21,131). Sum of RGB (Red+Green+Blue) = 213+21+131=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D51583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51583 is #2AEA7C. Grayscale: #5A5A5A. Windows color (decimal): -2812541 or 8590805. OLE color: 8590805.

HSL color Cylindrical-coordinate representation of color #D51583: hue angle of 325.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51583 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 131 -
CMYK 0 0.90 0.38 0.16
HSL 325.63º 0.82% 0.46% -
HSV(B) 325.63º 0.9% 0.84% -
XYZ 31.81 16.32 22.95 -
YUV 90.95 150.61 215.06 -
System Red Green Blue C M Y K H S L
Decimal 213 21 131 0 0.90 0.38 0.16 325.63 0.82 0.46
Hex D5 15 83 0 5A 26 10 146 52 2E
Octal 325 25 203 0 132 46 20 506 122 56
Binary 11010101 10101 10000011 0 1011010 100110 10000 101000110 1010010 101110

Color Harmonies of #D51583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51583

Black with #D51583

Text Example


Text Example

White with #D51583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51583; }

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

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

background-color css

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

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

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

border-color css

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

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

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