Html Css Color HEX #D51293 Medium Violet Red

📋 copy color: '#D51293'

red 213 ◦ green 18 ◦ blue 147

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

Shades of Medium Violet Red #D51293

Tints of Medium Violet Red #D51293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.76%

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 56.35%
G = 4.76%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D51293 (or 0xD51293) is known color: Medium Violet Red. HEX triplet: D5, 12 and 93. RGB value is (213,18,147). Sum of RGB (Red+Green+Blue) = 213+18+147=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D51293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51293 is #2AED6C. Grayscale: #5A5A5A. Windows color (decimal): -2813293 or 9638613. OLE color: 9638613.

HSL color Cylindrical-coordinate representation of color #D51293: hue angle of 320.31º degrees, saturation: 0.84, 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 #D51293 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 147 -
CMYK 0 0.92 0.31 0.16
HSL 320.31º 0.84% 0.45% -
HSV(B) 320.31º 0.92% 0.84% -
XYZ 32.92 16.69 29.09 -
YUV 91.01 159.6 215.01 -
System Red Green Blue C M Y K H S L
Decimal 213 18 147 0 0.92 0.31 0.16 320.31 0.84 0.45
Hex D5 12 93 0 5C 1F 10 140 54 2D
Octal 325 22 223 0 134 37 20 500 124 55
Binary 11010101 10010 10010011 0 1011100 11111 10000 101000000 1010100 101101

Color Harmonies of #D51293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51293

Black with #D51293

Text Example


Text Example

White with #D51293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51293; }

 p { color: rgb(213,18,147); }

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

background-color css

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

 a { background-color: rgb(213,18,147); }

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

border-color css

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

 span { border-color: rgb(213,18,147); }

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