Html Css Color HEX #D4218F Medium Violet Red

📋 copy color: '#D4218F'

red 212 ◦ green 33 ◦ blue 143

#D4218F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D4218F

Tints of Medium Violet Red #D4218F

RGB

 RED value IS 212 (83.2% from 255) = 54.64%

 GREEN value IS 33 (13.28% from 255) = 8.51%

 BLUE value IS 143 (56.25% from 255) = 36.86%

R = 54.64%
G = 8.51%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4218F (or 0xD4218F) is known color: Medium Violet Red. HEX triplet: D4, 21 and 8F. RGB value is (212,33,143). Sum of RGB (Red+Green+Blue) = 212+33+143=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4218F is #2BDE70. Grayscale: #626262. Windows color (decimal): -2874993 or 9380308. OLE color: 9380308.

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

Color convert

RGB 212 33 143 -
CMYK 0 0.84 0.33 0.17
HSL 323.13º 0.73% 0.48% -
HSV(B) 323.13º 0.84% 0.83% -
XYZ 32.65 17.07 27.56 -
YUV 99.06 152.8 208.56 -
System Red Green Blue C M Y K H S L
Decimal 212 33 143 0 0.84 0.33 0.17 323.13 0.73 0.48
Hex D4 21 8F 0 54 21 11 143 49 30
Octal 324 41 217 0 124 41 21 503 111 60
Binary 11010100 100001 10001111 0 1010100 100001 10001 101000011 1001001 110000

Color Harmonies of #D4218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4218F

Black with #D4218F

Text Example


Text Example

White with #D4218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4218F; }

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

 H1.HeaderClassName
 {
   color: #D4218F;
 }
 .AnyTagClassName
 {
   color: #D4218F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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