Html Css Color HEX #D5219F Medium Violet Red

📋 copy color: '#D5219F'

red 213 ◦ green 33 ◦ blue 159

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

Shades of Medium Violet Red #D5219F

Tints of Medium Violet Red #D5219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 52.59%
G = 8.15%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5219F (or 0xD5219F) is known color: Medium Violet Red. HEX triplet: D5, 21 and 9F. RGB value is (213,33,159). Sum of RGB (Red+Green+Blue) = 213+33+159=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5219F is #2ADE60. Grayscale: #646464. Windows color (decimal): -2809441 or 10428885. OLE color: 10428885.

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

Color convert

RGB 213 33 159 -
CMYK 0 0.85 0.25 0.16
HSL 318º 0.73% 0.48% -
HSV(B) 318º 0.85% 0.84% -
XYZ 34.24 17.74 34.42 -
YUV 101.18 160.63 207.75 -
System Red Green Blue C M Y K H S L
Decimal 213 33 159 0 0.85 0.25 0.16 318 0.73 0.48
Hex D5 21 9F 0 55 19 10 13E 49 30
Octal 325 41 237 0 125 31 20 476 111 60
Binary 11010101 100001 10011111 0 1010101 11001 10000 100111110 1001001 110000

Color Harmonies of #D5219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5219F

Black with #D5219F

Text Example


Text Example

White with #D5219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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