Html Css Color HEX #D5219A Medium Violet Red

📋 copy color: '#D5219A'

red 213 ◦ green 33 ◦ blue 154

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

Shades of Medium Violet Red #D5219A

Tints of Medium Violet Red #D5219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 53.25%
G = 8.25%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5219A (or 0xD5219A) is known color: Medium Violet Red. HEX triplet: D5, 21 and 9A. RGB value is (213,33,154). Sum of RGB (Red+Green+Blue) = 213+33+154=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D5219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5219A is #2ADE65. Grayscale: #646464. Windows color (decimal): -2809446 or 10101205. OLE color: 10101205.

HSL color Cylindrical-coordinate representation of color #D5219A: hue angle of 319.67º 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 #D5219A is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 154 -
CMYK 0 0.85 0.28 0.16
HSL 319.67º 0.73% 0.48% -
HSV(B) 319.67º 0.85% 0.84% -
XYZ 33.82 17.57 32.18 -
YUV 100.61 158.13 208.16 -
System Red Green Blue C M Y K H S L
Decimal 213 33 154 0 0.85 0.28 0.16 319.67 0.73 0.48
Hex D5 21 9A 0 55 1C 10 140 49 30
Octal 325 41 232 0 125 34 20 500 111 60
Binary 11010101 100001 10011010 0 1010101 11100 10000 101000000 1001001 110000

Color Harmonies of #D5219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5219A

Black with #D5219A

Text Example


Text Example

White with #D5219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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