Html Css Color HEX #D5219B Medium Violet Red

📋 copy color: '#D5219B'

red 213 ◦ green 33 ◦ blue 155

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

Shades of Medium Violet Red #D5219B

Tints of Medium Violet Red #D5219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 53.12%
G = 8.23%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5219B (or 0xD5219B) is known color: Medium Violet Red. HEX triplet: D5, 21 and 9B. RGB value is (213,33,155). Sum of RGB (Red+Green+Blue) = 213+33+155=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5219B is #2ADE64. Grayscale: #646464. Windows color (decimal): -2809445 or 10166741. OLE color: 10166741.

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

Color convert

RGB 213 33 155 -
CMYK 0 0.85 0.27 0.16
HSL 319.33º 0.73% 0.48% -
HSV(B) 319.33º 0.85% 0.84% -
XYZ 33.9 17.6 32.62 -
YUV 100.73 158.63 208.08 -
System Red Green Blue C M Y K H S L
Decimal 213 33 155 0 0.85 0.27 0.16 319.33 0.73 0.48
Hex D5 21 9B 0 55 1B 10 13F 49 30
Octal 325 41 233 0 125 33 20 477 111 60
Binary 11010101 100001 10011011 0 1010101 11011 10000 100111111 1001001 110000

Color Harmonies of #D5219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5219B

Black with #D5219B

Text Example


Text Example

White with #D5219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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