#D4218E

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

Shades of Medium Violet Red #D4218E

Tints of Medium Violet Red #D4218E

Color information

#D4218E (or 0xD4218E) is unknown color: approx Medium Violet Red. HEX triplet: D4, 21 and 8E. RGB value is (212,33,142). Sum of RGB (Red+Green+Blue) = 212+33+142=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4218E is #2BDE71. Grayscale: #626262. Windows color (decimal): -2874994 or 9314772. OLE color: 9314772.

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

Color convert

RGB21233142-
CMYK00.840.330.17
HSL323.46º73.06%48.04%-
HSV(B)323.46º84.43%83.14%-
XYZ32.5817.0427.16-
YUV98.95152.3208.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.78%
GREEN value IS 33 (13.28% from 255) = 8.53%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=54.78%
G=8.53%
B=36.69%

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
Decimal2123314200.840.330.17323.4673.0648.04
HexD4218E05421111434930
Octal324412160124412150311160
Binary110101001000011000111001010100100001100011010000111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4218E; }

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

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

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

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

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

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

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

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