#D51BA4

Color #D51BA4 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D51BA4

Tints of Medium Violet Red #D51BA4

Color information

#D51BA4 (or 0xD51BA4) is unknown color: approx Medium Violet Red. HEX triplet: D5, 1B and A4. RGB value is (213,27,164). Sum of RGB (Red+Green+Blue) = 213+27+164=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51BA4 is #2AE45B. Grayscale: #616161. Windows color (decimal): -2810972 or 10755029. OLE color: 10755029.

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

Color convert

RGB21327164-
CMYK00.870.230.16
HSL315.81º77.5%47.06%-
HSV(B)315.81º87.32%83.53%-
XYZ34.5317.6136.7-
YUV98.23165.12209.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 27 (10.94% from 255) = 6.68%
BLUE value IS 164 (64.45% from 255) = 40.59%
R=52.72%
G=6.68%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132716400.870.230.16315.8177.547.06
HexD51BA4057171013c4e2f
Octal325332440127272047411657
Binary1101010111011101001000101011110111100001001111001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51BA4; }

 p { color: rgb(213,27,164); }

 H1.HeaderClassName
 {
   color: #D51BA4;
 }
 .AnyTagClassName
 {
   color: #D51BA4;
 }
</style>
background-color css

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

 a { background-color: rgb(213,27,164); }

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

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

 span { border-color: rgb(213,27,164); }

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