#D4218C

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

Shades of Medium Violet Red #D4218C

Tints of Medium Violet Red #D4218C

Color information

#D4218C (or 0xD4218C) is unknown color: approx Medium Violet Red. HEX triplet: D4, 21 and 8C. RGB value is (212,33,140). Sum of RGB (Red+Green+Blue) = 212+33+140=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4218C is #2BDE73. Grayscale: #626262. Windows color (decimal): -2874996 or 9183700. OLE color: 9183700.

HSL color Cylindrical-coordinate representation of color #D4218C: hue angle of 324.13º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4218C is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB21233140-
CMYK00.840.340.17
HSL324.13º73.06%48.04%-
HSV(B)324.13º84.43%83.14%-
XYZ32.4316.9826.38-
YUV98.72151.3208.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.06%
GREEN value IS 33 (13.28% from 255) = 8.57%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=55.06%
G=8.57%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123314000.840.340.17324.1373.0648.04
HexD4218C05422111444930
Octal324412140124422150411160
Binary110101001000011000110001010100100010100011010001001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4218C; }

 p { color: rgb(212,33,140); }

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

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

 a { background-color: rgb(212,33,140); }

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

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

 span { border-color: rgb(212,33,140); }

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