#D4218D

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

Shades of Medium Violet Red #D4218D

Tints of Medium Violet Red #D4218D

Color information

#D4218D (or 0xD4218D) is unknown color: approx Medium Violet Red. HEX triplet: D4, 21 and 8D. RGB value is (212,33,141). Sum of RGB (Red+Green+Blue) = 212+33+141=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4218D is #2BDE72. Grayscale: #626262. Windows color (decimal): -2874995 or 9249236. OLE color: 9249236.

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

Color convert

RGB21233141-
CMYK00.840.330.17
HSL323.8º73.06%48.04%-
HSV(B)323.8º84.43%83.14%-
XYZ32.517.0126.77-
YUV98.83151.8208.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.92%
GREEN value IS 33 (13.28% from 255) = 8.55%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=54.92%
G=8.55%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123314100.840.330.17323.873.0648.04
HexD4218D05421111444930
Octal324412150124412150411160
Binary110101001000011000110101010100100001100011010001001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4218D; }

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

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

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

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

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

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

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

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