Html Css Color HEX #D3219D Medium Violet Red

📋 copy color: '#D3219D'

red 211 ◦ green 33 ◦ blue 157

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

Shades of Medium Violet Red #D3219D

Tints of Medium Violet Red #D3219D

RGB

 RED value IS 211 (82.81% from 255) = 52.62%

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

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

R = 52.62%
G = 8.23%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3219D (or 0xD3219D) is known color: Medium Violet Red. HEX triplet: D3, 21 and 9D. RGB value is (211,33,157). Sum of RGB (Red+Green+Blue) = 211+33+157=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D3219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3219D is #2CDE62. Grayscale: #646464. Windows color (decimal): -2940515 or 10297811. OLE color: 10297811.

HSL color Cylindrical-coordinate representation of color #D3219D: hue angle of 318.2º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3219D is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 33 157 -
CMYK 0 0.84 0.26 0.17
HSL 318.2º 0.73% 0.48% -
HSV(B) 318.2º 0.84% 0.83% -
XYZ 33.49 17.37 33.49 -
YUV 100.36 159.97 206.92 -
System Red Green Blue C M Y K H S L
Decimal 211 33 157 0 0.84 0.26 0.17 318.2 0.73 0.48
Hex D3 21 9D 0 54 1A 11 13E 49 30
Octal 323 41 235 0 124 32 21 476 111 60
Binary 11010011 100001 10011101 0 1010100 11010 10001 100111110 1001001 110000

Color Harmonies of #D3219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3219D

Black with #D3219D

Text Example


Text Example

White with #D3219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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