Html Css Color HEX #D51A92 Medium Violet Red

📋 copy color: '#D51A92'

red 213 ◦ green 26 ◦ blue 146

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

Shades of Medium Violet Red #D51A92

Tints of Medium Violet Red #D51A92

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.75%

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

R = 55.32%
G = 6.75%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D51A92 (or 0xD51A92) is known color: Medium Violet Red. HEX triplet: D5, 1A and 92. RGB value is (213,26,146). Sum of RGB (Red+Green+Blue) = 213+26+146=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51A92 is #2AE56D. Grayscale: #5F5F5F. Windows color (decimal): -2811246 or 9575125. OLE color: 9575125.

HSL color Cylindrical-coordinate representation of color #D51A92: hue angle of 321.5º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51A92 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 26 146 -
CMYK 0 0.88 0.31 0.16
HSL 321.5º 0.78% 0.47% -
HSV(B) 321.5º 0.88% 0.84% -
XYZ 33 16.96 28.73 -
YUV 95.59 156.45 211.74 -
System Red Green Blue C M Y K H S L
Decimal 213 26 146 0 0.88 0.31 0.16 321.5 0.78 0.47
Hex D5 1A 92 0 58 1F 10 141 4E 2F
Octal 325 32 222 0 130 37 20 501 116 57
Binary 11010101 11010 10010010 0 1011000 11111 10000 101000001 1001110 101111

Color Harmonies of #D51A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A92

Black with #D51A92

Text Example


Text Example

White with #D51A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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