Html Css Color HEX #D7219D Medium Violet Red

📋 copy color: '#D7219D'

red 215 ◦ green 33 ◦ blue 157

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

Shades of Medium Violet Red #D7219D

Tints of Medium Violet Red #D7219D

RGB

 RED value IS 215 (84.38% from 255) = 53.09%

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

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 53.09%
G = 8.15%
B = 38.77%

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

#D7219D (or 0xD7219D) is known color: Medium Violet Red. HEX triplet: D7, 21 and 9D. RGB value is (215,33,157). Sum of RGB (Red+Green+Blue) = 215+33+157=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7219D is #28DE62. Grayscale: #656565. Windows color (decimal): -2678371 or 10297815. OLE color: 10297815.

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

Color convert

RGB 215 33 157 -
CMYK 0 0.85 0.27 0.16
HSL 319.12º 0.73% 0.49% -
HSV(B) 319.12º 0.85% 0.84% -
XYZ 34.65 17.97 33.54 -
YUV 101.55 159.3 208.92 -
System Red Green Blue C M Y K H S L
Decimal 215 33 157 0 0.85 0.27 0.16 319.12 0.73 0.49
Hex D7 21 9D 0 55 1B 10 13F 49 31
Octal 327 41 235 0 125 33 20 477 111 61
Binary 11010111 100001 10011101 0 1010101 11011 10000 100111111 1001001 110001

Color Harmonies of #D7219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7219D

Black with #D7219D

Text Example


Text Example

White with #D7219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7219D; }

 p { color: rgb(215,33,157); }

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

background-color css

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

 a { background-color: rgb(215,33,157); }

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

border-color css

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

 span { border-color: rgb(215,33,157); }

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