Html Css Color HEX #D5218F Medium Violet Red

📋 copy color: '#D5218F'

red 213 ◦ green 33 ◦ blue 143

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

Shades of Medium Violet Red #D5218F

Tints of Medium Violet Red #D5218F

RGB

 RED value IS 213 (83.59% from 255) = 54.76%

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

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

R = 54.76%
G = 8.48%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5218F (or 0xD5218F) is known color: Medium Violet Red. HEX triplet: D5, 21 and 8F. RGB value is (213,33,143). Sum of RGB (Red+Green+Blue) = 213+33+143=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5218F is #2ADE70. Grayscale: #636363. Windows color (decimal): -2809457 or 9380309. OLE color: 9380309.

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

Color convert

RGB 213 33 143 -
CMYK 0 0.85 0.33 0.16
HSL 323.33º 0.73% 0.48% -
HSV(B) 323.33º 0.85% 0.84% -
XYZ 32.94 17.22 27.57 -
YUV 99.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 213 33 143 0 0.85 0.33 0.16 323.33 0.73 0.48
Hex D5 21 8F 0 55 21 10 143 49 30
Octal 325 41 217 0 125 41 20 503 111 60
Binary 11010101 100001 10001111 0 1010101 100001 10000 101000011 1001001 110000

Color Harmonies of #D5218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5218F

Black with #D5218F

Text Example


Text Example

White with #D5218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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