#D4218A

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

Shades of Medium Violet Red #D4218A

Tints of Medium Violet Red #D4218A

Color information

#D4218A (or 0xD4218A) is unknown color: approx Medium Violet Red. HEX triplet: D4, 21 and 8A. RGB value is (212,33,138). Sum of RGB (Red+Green+Blue) = 212+33+138=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D4218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4218A is #2BDE75. Grayscale: #626262. Windows color (decimal): -2874998 or 9052628. OLE color: 9052628.

HSL color Cylindrical-coordinate representation of color #D4218A: hue angle of 324.8º 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 #D4218A is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB21233138-
CMYK00.840.350.17
HSL324.8º73.06%48.04%-
HSV(B)324.8º84.43%83.14%-
XYZ32.2816.9225.61-
YUV98.49150.3208.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.35%
GREEN value IS 33 (13.28% from 255) = 8.62%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=55.35%
G=8.62%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123313800.840.350.17324.873.0648.04
HexD4218A05423111454930
Octal324412120124432150511160
Binary110101001000011000101001010100100011100011010001011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4218A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4218A; }

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

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

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

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

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

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

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

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