Html Css Color HEX #D51292 Medium Violet Red

📋 copy color: '#D51292'

red 213 ◦ green 18 ◦ blue 146

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

Shades of Medium Violet Red #D51292

Tints of Medium Violet Red #D51292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.73%

R = 56.5%
G = 4.77%
B = 38.73%

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

#D51292 (or 0xD51292) is known color: Medium Violet Red. HEX triplet: D5, 12 and 92. RGB value is (213,18,146). Sum of RGB (Red+Green+Blue) = 213+18+146=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D51292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51292 is #2AED6D. Grayscale: #5A5A5A. Windows color (decimal): -2813294 or 9573077. OLE color: 9573077.

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

Color convert

RGB 213 18 146 -
CMYK 0 0.92 0.31 0.16
HSL 320.62º 0.84% 0.45% -
HSV(B) 320.62º 0.92% 0.84% -
XYZ 32.85 16.65 28.68 -
YUV 90.9 159.1 215.09 -
System Red Green Blue C M Y K H S L
Decimal 213 18 146 0 0.92 0.31 0.16 320.62 0.84 0.45
Hex D5 12 92 0 5C 1F 10 141 54 2D
Octal 325 22 222 0 134 37 20 501 124 55
Binary 11010101 10010 10010010 0 1011100 11111 10000 101000001 1010100 101101

Color Harmonies of #D51292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51292

Black with #D51292

Text Example


Text Example

White with #D51292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51292; }

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

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

background-color css

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

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

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

border-color css

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

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

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