#D5088A

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

Shades of Medium Violet Red #D5088A

Tints of Medium Violet Red #D5088A

Color information

#D5088A (or 0xD5088A) is unknown color: approx Medium Violet Red. HEX triplet: D5, 08 and 8A. RGB value is (213,8,138). Sum of RGB (Red+Green+Blue) = 213+8+138=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5088A is #2AF775. Grayscale: #535353. Windows color (decimal): -2815862 or 9046229. OLE color: 9046229.

HSL color Cylindrical-coordinate representation of color #D5088A: hue angle of 321.95º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5088A is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB2138138-
CMYK00.960.350.16
HSL321.95º92.76%43.33%-
HSV(B)321.95º96.24%83.53%-
XYZ32.1116.1525.47-
YUV84.12158.42219.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.33%
GREEN value IS 8 (3.52% from 255) = 2.23%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=59.33%
G=2.23%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213813800.960.350.16321.9592.7643.33
HexD588A06023101425d2b
Octal325102120140432050213553
Binary1101010110001000101001100000100011100001010000101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5088A; }

 p { color: rgb(213,8,138); }

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

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

 a { background-color: rgb(213,8,138); }

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

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

 span { border-color: rgb(213,8,138); }

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