Html Css Color HEX #D7219F Medium Violet Red

📋 copy color: '#D7219F'

red 215 ◦ green 33 ◦ blue 159

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

Shades of Medium Violet Red #D7219F

Tints of Medium Violet Red #D7219F

RGB

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

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

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

R = 52.83%
G = 8.11%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D7219F (or 0xD7219F) is known color: Medium Violet Red. HEX triplet: D7, 21 and 9F. RGB value is (215,33,159). Sum of RGB (Red+Green+Blue) = 215+33+159=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7219F is #28DE60. Grayscale: #656565. Windows color (decimal): -2678369 or 10428887. OLE color: 10428887.

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

Color convert

RGB 215 33 159 -
CMYK 0 0.85 0.26 0.16
HSL 318.46º 0.73% 0.49% -
HSV(B) 318.46º 0.85% 0.84% -
XYZ 34.83 18.04 34.45 -
YUV 101.78 160.3 208.75 -
System Red Green Blue C M Y K H S L
Decimal 215 33 159 0 0.85 0.26 0.16 318.46 0.73 0.49
Hex D7 21 9F 0 55 1A 10 13E 49 31
Octal 327 41 237 0 125 32 20 476 111 61
Binary 11010111 100001 10011111 0 1010101 11010 10000 100111110 1001001 110001

Color Harmonies of #D7219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7219F

Black with #D7219F

Text Example


Text Example

White with #D7219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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