Html Css Color HEX #D6219D Medium Violet Red

📋 copy color: '#D6219D'

red 214 ◦ green 33 ◦ blue 157

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

Shades of Medium Violet Red #D6219D

Tints of Medium Violet Red #D6219D

RGB

 RED value IS 214 (83.98% from 255) = 52.97%

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

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

R = 52.97%
G = 8.17%
B = 38.86%

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

#D6219D (or 0xD6219D) is known color: Medium Violet Red. HEX triplet: D6, 21 and 9D. RGB value is (214,33,157). Sum of RGB (Red+Green+Blue) = 214+33+157=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6219D is #29DE62. Grayscale: #646464. Windows color (decimal): -2743907 or 10297814. OLE color: 10297814.

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

Color convert

RGB 214 33 157 -
CMYK 0 0.85 0.27 0.16
HSL 318.9º 0.73% 0.48% -
HSV(B) 318.9º 0.85% 0.84% -
XYZ 34.36 17.82 33.53 -
YUV 101.26 159.47 208.42 -
System Red Green Blue C M Y K H S L
Decimal 214 33 157 0 0.85 0.27 0.16 318.9 0.73 0.48
Hex D6 21 9D 0 55 1B 10 13F 49 30
Octal 326 41 235 0 125 33 20 477 111 60
Binary 11010110 100001 10011101 0 1010101 11011 10000 100111111 1001001 110000

Color Harmonies of #D6219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6219D

Black with #D6219D

Text Example


Text Example

White with #D6219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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